EvolvingObjects
|
Statistic related to a key (name). More...
#include <eoTimer.h>
Public Attributes | |
std::vector< long int > | utime |
std::vector< long int > | stime |
std::vector< double > | wtime |
Statistic related to a key (name).
This structure is the value in the map saved in the eoTimerStat. It contains the statistic bound to a key, which are the user time distribution, the system time distribution and the wallclock time distribution, as std::vector s.
It can readily be serialized with boost when compiling with mpi.