From 94da3b84673544c4608ea5d6e5acd0360209d566 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 29 Oct 2019 23:11:08 +0100 Subject: [PATCH] Update manual. --- manual/tracy.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 9c983294..8514c5aa 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -288,6 +288,10 @@ mov qword ptr [rdi+28h],rax ; write buffer counter The second code block, responsible for ending a zone, is similar, but smaller, as it can reuse some variables retrieved in the above code. +\subsection{Examples} + +To see how Tracy can be integrated into an application, you may look at example programs in the \texttt{examples} directory. Looking at the commit history might be the best way to do that. + \subsection{On the web} Tracy can be found at the following web addresses: