Jetson Linux API Reference

32.7.4 Release
@c valid_field values for the #NvElementProfilerData structure.

Detailed Description

Typedefs

typedef int NvElementProfiler::ProfilerField
 

Variables

static const ProfilerField NvElementProfiler::PROFILER_FIELD_NONE = 0
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_TOTAL_UNITS = 1
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_LATE_UNITS = 2
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_LATENCIES = 4
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_FPS = 8
 
static const ProfilerField NvElementProfiler::PROFILER_FIELD_ALL = (PROFILER_FIELD_FPS << 1) - 1
 

Typedef Documentation

◆ ProfilerField

Definition at line 79 of file NvElementProfiler.h.

Variable Documentation

◆ PROFILER_FIELD_ALL

const ProfilerField NvElementProfiler::PROFILER_FIELD_ALL = (PROFILER_FIELD_FPS << 1) - 1
static

Definition at line 85 of file NvElementProfiler.h.

◆ PROFILER_FIELD_FPS

const ProfilerField NvElementProfiler::PROFILER_FIELD_FPS = 8
static

Definition at line 84 of file NvElementProfiler.h.

◆ PROFILER_FIELD_LATE_UNITS

const ProfilerField NvElementProfiler::PROFILER_FIELD_LATE_UNITS = 2
static

Definition at line 82 of file NvElementProfiler.h.

◆ PROFILER_FIELD_LATENCIES

const ProfilerField NvElementProfiler::PROFILER_FIELD_LATENCIES = 4
static

Definition at line 83 of file NvElementProfiler.h.

◆ PROFILER_FIELD_NONE

const ProfilerField NvElementProfiler::PROFILER_FIELD_NONE = 0
static

Definition at line 80 of file NvElementProfiler.h.

◆ PROFILER_FIELD_TOTAL_UNITS

const ProfilerField NvElementProfiler::PROFILER_FIELD_TOTAL_UNITS = 1
static

Definition at line 81 of file NvElementProfiler.h.