#include <NvElementProfiler.h>
Public Attributes | |
ProfilerField | valid_fields |
Valid Fields which are supported by the element. | |
uint64_t | average_latency_usec |
Average latency of all processed units, in microseconds. | |
uint64_t | min_latency_usec |
Minimum of latencies for each processed units, in microseconds. | |
uint64_t | max_latency_usec |
Maximum of latencies for each processed units, in microseconds. | |
uint64_t | total_processed_units |
Total units processed. | |
uint64_t | num_late_units |
Number of units which arrived late at the element. | |
float | average_fps |
Average rate at which the units were processed. | |
struct timeval | profiling_time |
Total profiling time. |
Some elements may not support all the fields in the structure. User should check the valid_fields flag to check which fields are valid.
Definition at line 75 of file NvElementProfiler.h.
float NvElementProfiler::NvElementProfiler::NvElementProfilerData::average_fps |
uint64_t NvElementProfiler::NvElementProfiler::NvElementProfilerData::average_latency_usec |
Average latency of all processed units, in microseconds.
Definition at line 80 of file NvElementProfiler.h.
uint64_t NvElementProfiler::NvElementProfiler::NvElementProfilerData::max_latency_usec |
Maximum of latencies for each processed units, in microseconds.
Definition at line 84 of file NvElementProfiler.h.
uint64_t NvElementProfiler::NvElementProfiler::NvElementProfilerData::min_latency_usec |
Minimum of latencies for each processed units, in microseconds.
Definition at line 82 of file NvElementProfiler.h.
uint64_t NvElementProfiler::NvElementProfiler::NvElementProfilerData::num_late_units |
Number of units which arrived late at the element.
Definition at line 89 of file NvElementProfiler.h.
struct timeval NvElementProfiler::NvElementProfiler::NvElementProfilerData::profiling_time [read] |
uint64_t NvElementProfiler::NvElementProfiler::NvElementProfilerData::total_processed_units |
ProfilerField NvElementProfiler::NvElementProfiler::NvElementProfilerData::valid_fields |