Skip to main content

dynamo_nvtx_pop

Macro dynamo_nvtx_pop 

Source
macro_rules! dynamo_nvtx_pop {
    () => { ... };
}
Expand description

Pop the innermost NVTX range from the calling thread’s stack. Zero-cost when the nvtx Cargo feature is off.