macro_rules! trace_event_begin {
($category:ident) => { ... };
}Expand description
Begins a tracing event context in the given category, it increases the counter of the currently traced events for that category by one.
ยงArguments
category- Identifier name of the category.