macro_rules! insert_trace {
($a:expr, $b:expr, $c:expr) => { ... };
}Expand description
insert_trace!(tag, start, stop)
Takes any 3 arbitrary expressions that as u64 works on,
immediately inserts them into the thread local array as if they were a single trace.