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
diff options
context:
space:
mode:
authorxxxbxxx <xxxbxxx@users.noreply.github.com>2022-11-03 21:26:53 +0300
committerGitHub <noreply@github.com>2022-11-03 21:26:53 +0300
commitcadef728d3e4412c11eba7f25b7463d2cf4e91a5 (patch)
treecb5b5dcee60b101396f4f291d6ebaf5c803f3061
parenta0cb8eb1d51d430df9175eaab9ea63e8239e2b94 (diff)
Update tracy.tex
mention the TracyCPlot variants in the manual.
-rw-r--r--manual/tracy.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index 459dcc4c..abeed7e6 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -1888,6 +1888,8 @@ To send additional markup in form of plot data points or messages use the follow
\begin{itemize}
\item \texttt{TracyCPlot(name, val)}
+\item \texttt{TracyCPlotF(name, val)}
+\item \texttt{TracyCPlotI(name, val)}
\item \texttt{TracyCMessage(txt, size)}
\item \texttt{TracyCMessageL(txt)}
\item \texttt{TracyCMessageC(txt, size, color)}