This commit is contained in:
Tiago Rodrigues 2023-11-18 15:02:41 -05:00 committed by trodrigues
parent 0491cad49a
commit 3fdd1e1863

View File

@ -1792,7 +1792,7 @@ As an alternative to to runtime symbol resolution, we can set the environment va
the minimal set of info required for offline resolution (a shared library path and an offset into that shared library). the minimal set of info required for offline resolution (a shared library path and an offset into that shared library).
The generated tracy capture will have callstack frames symbols showing \texttt{[unresolved]}. The generated tracy capture will have callstack frames symbols showing \texttt{[unresolved]}.
The \texttt{tracy-edit} tool can be used to load that capture, perforce symbol resolution offline The \texttt{tracy-edit} tool can be used to load that capture, perform symbol resolution offline
(by passing \texttt{-r}) and writing out a new capture with symbols resolved. (by passing \texttt{-r}) and writing out a new capture with symbols resolved.
By default \texttt{tracy-edit} will use the original shared libraries paths that were recorded By default \texttt{tracy-edit} will use the original shared libraries paths that were recorded
in the capture (which assumes running in the same machine or a machine with identical in the capture (which assumes running in the same machine or a machine with identical