Hitmap 1.3
|
#include <hit_utils.h>
Data Fields | |
int | state |
double | seconds |
double | min |
double | max |
double | avg |
double | buffer |
Hit MPI BASED CLOCKS, easily portable to other libraries with time utilities
Definition at line 60 of file hit_utils.h.
double avg |
Seconds (Avg).
Definition at line 65 of file hit_utils.h.
double buffer |
Definition at line 66 of file hit_utils.h.
double max |
Seconds (Max).
Definition at line 64 of file hit_utils.h.
double min |
Seconds (Min).
Definition at line 63 of file hit_utils.h.
double seconds |
Seconds.
Definition at line 62 of file hit_utils.h.
int state |
Clock state.
Definition at line 61 of file hit_utils.h.