1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

actual valid latex

This commit is contained in:
Grégoire Roussel 2023-11-20 18:40:46 +01:00
parent c1863d0c67
commit 4fe49ba823

View File

@ -585,10 +585,10 @@ The best way to run Tracy is on bare metal. Avoid profiling applications in virt
Although the basic features will work without them, you'll have to grant elevated access rights to the container running your client. Here is a sample configuration that \textit{may} enable the CPU sampling features\footnote{Tested on Ubuntu 22.04.3, docker 24.0.4}. Although the basic features will work without them, you'll have to grant elevated access rights to the container running your client. Here is a sample configuration that \textit{may} enable the CPU sampling features\footnote{Tested on Ubuntu 22.04.3, docker 24.0.4}.
\begin{itemize} \begin{itemize}
\texttt{--privileged} \item \texttt{--privileged}
\texttt{--mount "type=bind,source=/sys/kernel/debug,target=/sys/kernel/debug,readonly"} \item \texttt{--mount \"type=bind,source=/sys/kernel/debug,target=/sys/kernel/debug,readonly\"}
\texttt{--user 0:0} \item \texttt{--user 0:0}
\texttt{--pid=host} \item \texttt{--pid=host}
\end{itemize} \end{itemize}
\subsubsection{Changing network port} \subsubsection{Changing network port}