macro_rules! range_pop { () => { ... }; }
Ends a nested thread range.
use nvtx::{range_pop, range_push}; range_push!("Hello World!"); range_pop!();