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.
macro_rules! dynamo_nvtx_push {
($name:expr) => { ... };
}Push a named NVTX range onto the calling thread’s stack.
Zero-cost when the nvtx Cargo feature is off.