storage_trace

Macro flow_end

Source
macro_rules! flow_end {
    ($category:expr, $name:expr, $flow_id:expr $(, $key:expr => $val:expr)*) => { ... };
}
Expand description

Writes a flow end event with the specified id.

See fuchsia_trace::flow_end! for more details.