packml_stats_itemized.h
Go to the documentation of this file.
1 #ifndef PACKML_STATS_ITEMIZED_H
2 #define PACKML_STATS_ITEMIZED_H
3 
4 #include <cstdint>
5 
6 namespace packml_sm
7 {
13 {
14  int16_t id;
15  int32_t count;
16  double duration;
17 };
18 } // namespace packml_sm
19 
20 #endif // PACKML_STATS_ITEMIZED_H
Container for the current packml statistics snap shot.


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