57 return "id,period,actMin,actMax,actMean,actStddev,actNSamples,"
58 "periodMin,periodMax,periodMean,period_stddev,"
59 "periodNSamples,workloadMin,workloadMax,workloadMean,"
60 "workload_stddev,workloadNSample,missedEvents,failedEvents\n";
63 void print(std::ostream& os)
const
65 os << (int)
id <<
"," <<
period.count() <<
","
This file includes all the types the logdecoder script will decode.
Statistics computed by the Stats class.
float maxValue
Max value found so far.
float stdDev
Standard deviation of dataset.
uint32_t nSamples
Number of samples.
float mean
Mean of dataset.
float minValue
Min value found so far.
Statistics over a single task.
static std::string header()
StatsResult activationStats
StatsResult workloadStats
std::chrono::nanoseconds period
void print(std::ostream &os) const