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.
macro_rules! dynamo_nvtx_pop {
() => { ... };
}Pop the innermost NVTX range from the calling thread’s stack.
Zero-cost when the nvtx Cargo feature is off.