| RTXI  3.0.0 The Real-Time eXperiment Interface Reference Manual | 
#include <performance_measurement.hpp>

| Data Fields | |
| double | duration =0.0 | 
| double | timestep =0.0 | 
| double | latency =0.0 | 
| double | max_duration =0.0 | 
| double | max_timestep =0.0 | 
| double | max_latency =0.0 | 
| double | jitter =0.0 | 
Definition at line 45 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::duration =0.0 | 
Definition at line 46 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::jitter =0.0 | 
Definition at line 52 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::latency =0.0 | 
Definition at line 48 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::max_duration =0.0 | 
Definition at line 49 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::max_latency =0.0 | 
Definition at line 51 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::max_timestep =0.0 | 
Definition at line 50 of file performance_measurement.hpp.
| double PerformanceMeasurement::performance_stats_t::timestep =0.0 | 
Definition at line 47 of file performance_measurement.hpp.