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