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>2022-03-30 17:32:35 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-03-30 17:32:35 +0300
commit8aeda02d8a11458a7ae1ea6c8c2e735d8eb66eaa (patch)
treeb6c77da1bfb766c1397f3f8e664223f9709e7c0b /manual
parent36fe040a3a1e6da1ebac6282485f75a9c6d1136b (diff)
Update manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index d11a4b96..6fbb683a 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -2377,6 +2377,12 @@ In some cases you may want to share just a portion of the trace file, omitting s
Flags can be concatenated. For example specifying \texttt{-s CSi} will remove symbol code, source file cache, and frame images in the destination trace file.
+\subsection{Source file cache scan}
+
+Sometimes access to source files may not be possible during the capture. This may be due to capturing the trace on a machine without the source files on disk, use of paths relative to the build directory, clash of file location schemas (e.g., on Windows, you can have native paths, like \texttt{C:\textbackslash{}directory\textbackslash{}file} and WSL paths, like \texttt{/mnt/c/directory/file}, pointing to the same file), and so on.
+
+You may force a recheck of the source file availability during the update process with the \texttt{-c} command line parameter. All the source files missing from the cache will be then scanned again and added to the cache if they do pass the validity checks (see section~\ref{sourceview}).
+
\subsection{Instrumentation failures}
\label{instrumentationfailures}