Skip to main content

dynamo_nvtx_push

Macro dynamo_nvtx_push 

Source
macro_rules! dynamo_nvtx_push {
    ($name:expr) => { ... };
}
Expand description

Push a named NVTX range onto the calling thread’s stack. Zero-cost when the nvtx Cargo feature is off.