storage_trace

Macro flow_begin

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

Writes a flow begin event with the specified id.

See fuchsia_trace::flow_begin! for more details.