Class Range

Class Documentation

class Range

Scope-based NVTX ranges. Push at construction, Pop at destruction.

Public Functions

inline explicit Range(const char *label)

Constructor which pushes an NVTX marker onto the stack with the specified label

Parameters:

label – the label for the nvtx range.

inline ~Range()

Destructor which pops a marker off the nvtx stack.