Skip to main content

duration_end

Macro duration_end 

Source
macro_rules! duration_end {
    ($category:tt, $label:tt, $context:expr $(, $key:tt => $val:expr)* $(,)?) => { ... };
    ($category:tt, $label:tt $(, $key:tt => $val:expr)* $(,)?) => { ... };
}
Expand description

Writes a duration end event associated with the current thread when the given category is enabled.

§Arguments:

  • category: Filter category for the event. Expects a string literal or expression.
  • label: Label for the event. Expects a string literal or expression.
  • …: List of key => value argument pairs.