mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Clarify manual language.
This commit is contained in:
parent
6fe90e136f
commit
a15964b2dc
@ -1537,9 +1537,7 @@ begin functions:
|
||||
These functions return a \texttt{TracyCZoneCtx} context value, which must be handled, as described
|
||||
in sections~\ref{czonemarkup} and~\ref{zonectx}.
|
||||
|
||||
The variable representing an allocated source location is of an opaque type. After it is passed to
|
||||
one of the zone begin functions, its value \emph{cannot be reused}. You must allocate a new source
|
||||
location for each zone begin event.
|
||||
The variable representing an allocated source location is of an opaque type. After it is passed to one of the zone begin functions, its value \emph{cannot be reused} (the variable is consumed). You must allocate a new source location for each zone begin event, even if the location data would be the same as in the previous instance.
|
||||
|
||||
\begin{bclogo}[
|
||||
noborder=true,
|
||||
|
Loading…
Reference in New Issue
Block a user