NVTX
v3
NVIDIA Tools Extension Library
|
This section covers a subset of the API that allow users to track additional synchronization details of their application. Naming OS synchronization primitives may allow users to better understand the data collected by traced synchronization APIs. Additionally, a user defined synchronization object can allow the users to to tell the tools when the user is building their own synchronization system that do not rely on the OS to provide behaviors and instead use techniques like atomic operations and spinlocks.
See module Synchronization for details.