Class NVTXRange
Defined in File nvtx.h
Class Documentation
-
class NVTXRange
Scope-based NVTX ranges. Push at construction, Pop at destruction.
Public Functions
-
inline explicit NVTXRange(const char *label)
Constructor which pushes an NVTX marker onto the stack with the specified label
See also
NVTX_RANGE to use with minimal performance impact
- Parameters
label – the label for the nvtx range.
-
inline ~NVTXRange()
Destructor which pops a marker off the nvtx stack.
-
inline explicit NVTXRange(const char *label)