RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Fields
PerformanceMeasurement::performance_stats_t Struct Reference

#include <performance_measurement.hpp>

Collaboration diagram for PerformanceMeasurement::performance_stats_t:
Collaboration graph

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
 

Detailed Description

Definition at line 45 of file performance_measurement.hpp.

Field Documentation

◆ duration

double PerformanceMeasurement::performance_stats_t::duration =0.0

Definition at line 46 of file performance_measurement.hpp.

◆ jitter

double PerformanceMeasurement::performance_stats_t::jitter =0.0

Definition at line 52 of file performance_measurement.hpp.

◆ latency

double PerformanceMeasurement::performance_stats_t::latency =0.0

Definition at line 48 of file performance_measurement.hpp.

◆ max_duration

double PerformanceMeasurement::performance_stats_t::max_duration =0.0

Definition at line 49 of file performance_measurement.hpp.

◆ max_latency

double PerformanceMeasurement::performance_stats_t::max_latency =0.0

Definition at line 51 of file performance_measurement.hpp.

◆ max_timestep

double PerformanceMeasurement::performance_stats_t::max_timestep =0.0

Definition at line 50 of file performance_measurement.hpp.

◆ timestep

double PerformanceMeasurement::performance_stats_t::timestep =0.0

Definition at line 47 of file performance_measurement.hpp.


The documentation for this struct was generated from the following file: