The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
stats_measure Struct Reference

A set of statistical values of a single metric. More...

Data Fields

uint64_t count
 The count of events of this type.
 
uint64_t sum_t
 The mean time to complete an event multiplied by the events count.
 
uint64_t var_t
 The variance of the time to complete multiplied by the events count.
 

Detailed Description

A set of statistical values of a single metric.

The form of these values is designed for easier incremental updates

Definition at line 34 of file stats.c.


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