Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-06-17 02:03:05 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-06-17 02:03:25 +0300
commitc41a5b0df0862ec582998b8dcdee94e92c2cb07b (patch)
treea3b1009959b55f0566fa5d5c42640e422b4d560e /manual
parent8f8a28db607b8c768137c2986179e725a7da505b (diff)
Update manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index d2eaaf95..e764f398 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -739,6 +739,10 @@ The following defines may be of interest:
\item \texttt{TRACY\_NO\_ROOT\_WINDOW} -- the main profiler view won't occupy whole window if this macro is defined. Additional setup is required for this to work. If you are embedding the server into your application you probably want to enable this option.
\end{itemize}
+\subsubsection{DPI scaling}
+
+The graphic server application will adapt to the system DPI scaling. If for some reason this doesn't work in your case, you may try setting the \texttt{TRACY\_DPI\_SCALE} environment variable to a scale fraction, where a value of 1 indicates no scaling.
+
\subsection{Naming threads}
\label{namingthreads}