ATLAS Offline Software
|
this holds all the data from individual threads that needs to be merged at EoR More...
#include <TestActionTimer.h>
Public Member Functions | |
void | merge (const Report &rep) |
Public Attributes | |
int | nev =0 |
std::vector< double > | time |
Vector of timers for each of the enum. More... | |
std::vector< std::string > | timeName |
Vector of names for each of the timers. More... | |
double | runTime =0 |
this holds all the data from individual threads that needs to be merged at EoR
Definition at line 64 of file TestActionTimer.h.
Definition at line 70 of file TestActionTimer.h.
int G4UA::TestActionTimer::Report::nev =0 |
Definition at line 66 of file TestActionTimer.h.
double G4UA::TestActionTimer::Report::runTime =0 |
Definition at line 69 of file TestActionTimer.h.
std::vector<double> G4UA::TestActionTimer::Report::time |
Vector of timers for each of the enum.
Definition at line 67 of file TestActionTimer.h.
std::vector<std::string> G4UA::TestActionTimer::Report::timeName |
Vector of names for each of the timers.
Definition at line 68 of file TestActionTimer.h.