NVIDIA IndeX API nvidia_logo_transpbg.gif Up
Performance measurement

Files

File  ievent_tracing.h
 API for recording and reading tracing events.
 

Classes

class  nv::index::ITrace_event_iterator
 Iterator for accessing individual trace events. More...
 
class  nv::index::ITrace_collection
 
class  nv::index::ITrace_collection_handler
 Callback interface for handling a trace collection. More...
 
class  nv::index::IEvent_tracing
 Main class that handles trace event collection and recording. More...
 
class  nv::index::IPer_span_statistics
 Interface class that exposes the performance values and statistics of a single horizontal span. More...
 
class  nv::index::IPerformance_values
 Interface class to query overall system performance values and statistics. More...
 

Enumerations

enum  nv::index::ITrace_event_type {
}
 Value types for trace events. More...
 

Detailed Description

Enumeration Type Documentation

 ITrace_event_type

Value types for trace events.

Enumerator
VALUE_U64 

Uint64 value.

VALUE_S64 

Sint64 value.

VALUE_F64 

Float64 value.

VALUE_DURATION 

Time duration value.

NEW_NS 

Namespace scope start.

CLEAR_NS 

Namespace scope end.