macro_rules! range_push { ($($tt:tt)*) => { ... }; }
Starts a nested thread range.
message
use nvtx::{range_pop, range_push}; range_push!("Hello World!"); range_pop!();