Expand description
Internal implementation.
Macros§
- duration
- Convenience macro for the
durationfunction that can be used to trace the duration of a scope. If you need finer grained control over when a duration starts and stops, seeduration_beginandduration_end. - instant
- Convenience macro for the
instantfunction.
Enums§
- Scope
Scoperepresents the scope of a trace event.
Traits§
- ArgValue
- A trait for types that can be the values of an argument set.
- AsTrace
StrRef
Functions§
- category_
context - Checks for [
CACHE] to see if the trace category is enabled. - duration
- Writes a duration event which ends when the current scope exits, or the
endmethod is manually called. - instant
- Writes an instant event representing a single moment in time.
The number of
argsmust not be greater than 15.