Function flamegpu::util::nvtx::push¶
Defined in File nvtx.h
Function Documentation¶
-
static inline void flamegpu::util::nvtx::push(const char *label)¶
Method to push an NVTX marker for improved profiling, if NVTX is enabled
Note
The number of pushes must match the number of pops.
- Parameters:
label – label for the NVTX marker