NVTX C++ API Reference 1.0
C++ convenience wrappers for NVTX v3 C API
|
Tag type for the "global" NVTX domain. More...
#include <nvtx3.hpp>
Tag type for the "global" NVTX domain.
This type may be passed as a template argument to any function/class expecting a type to identify a domain to indicate that the global domain should be used.
All NVTX events in the global domain across all libraries and applications will be grouped together.