packml_stats_snapshot.h
Go to the documentation of this file.
1 #ifndef PACKML_STATS_SNAPSHOT_H
2 #define PACKML_STATS_SNAPSHOT_H
3 
4 #include <map>
6 
7 namespace packml_sm
8 {
14 {
15  double duration;
16  double idle_duration;
17  double exe_duration;
18  double held_duration;
19  double susp_duration;
20  double cmplt_duration;
21  double stop_duration;
22  double abort_duration;
25  int fail_count;
26  float throughput;
27  float availability;
28  float performance;
29  float quality;
31  std::map<int16_t, PackmlStatsItemized> itemized_error_map;
32  std::map<int16_t, PackmlStatsItemized> itemized_quality_map;
33 };
34 }
35 
36 #endif // PACKML_STATS_SNAPSHOT_H
Container for the current packml statistics snap shot.
std::map< int16_t, PackmlStatsItemized > itemized_quality_map
std::map< int16_t, PackmlStatsItemized > itemized_error_map


packml_sm
Author(s): Shaun Edwards
autogenerated on Fri Jul 12 2019 03:30:55