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