pub fn begin_event_with_data(id: &'static str, data: &str, color: u32)
Expand description

Begin an instrumentation event with the specified ID, runtime data, and color

The data can vary for each invocation of this scope and is intended to hold information that is only available at runtime.