1 #ifndef VTESTBED_GUI_STATISTICSWINDOW_HH 2 #define VTESTBED_GUI_STATISTICSWINDOW_HH 6 #include <vtestbed/gui/SelectableGroup.hh> 7 #include <vtestbed/gui/TimeSeriesPanel.hh> 8 #include <vtestbed/gui/Window.hh> 20 typedef typename statistics_type::Record Record;
25 static constexpr
const T time_range = T{60};
26 static constexpr
const size_t multiple = 2;
41 time_series_panel(Record rec)
const {
42 return this->_timeSeries[static_cast<size_t>(rec)];
46 time_series_panel(Record rec) {
47 return this->_timeSeries[static_cast<size_t>(rec)];
56 #endif // vim:filetype=cpp
A region defined by start and end index and lower and upper bound for each dimension.