Macro cros_tracing::trace_event_end
source · 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.