Definition at line 67 of file NvApplicationProfiler.h.
◆ getProfilerData()
Gets the profiler data.
- Parameters
-
[out] | data | Pointer to the ProfilerData structure to be filled. |
◆ getProfilerInstance()
◆ printProfilerData()
void NvApplicationProfiler::printProfilerData |
( |
std::ostream & |
outstream = std::cout | ) |
|
Prints the profiler data to an output stream.
- Parameters
-
[in] | outstream | A reference to an output stream of type std::ostream. std::cout if not specified. |
◆ start()
void NvApplicationProfiler::start |
( |
uint32_t |
sampling_interval_ms | ) |
|
Starts the profiler with the specified sampling interval.
This method resets the internal profiler data measurements.
Starting an already started profiler does nothing.
- Parameters
-
[in] | sampling_interval_ms | Sampling interval in milliseconds. |
◆ stop()
void NvApplicationProfiler::stop |
( |
| ) |
|
◆ DefaultSamplingInterval
const uint64_t NvApplicationProfiler::DefaultSamplingInterval = 100 |
|
static |
The documentation for this class was generated from the following file: