EvolvingObjects
eoTimerStat::Stat Struct Reference

Statistic related to a key (name). More...

#include <eoTimer.h>

List of all members.

Public Attributes

std::vector< long int > utime
std::vector< long int > stime
std::vector< double > wtime

Detailed Description

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.

Definition at line 217 of file eoTimer.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends