MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <walltime.h>
Public Attributes | |
char | name [128] |
double | time |
double | max |
double | min |
double | mean |
char | symbol |
Definition at line 39 of file walltime.h.
double Clock::max |
Definition at line 42 of file walltime.h.
Referenced by walltime_get(), walltime_report(), and walltime_summary_clocks().
double Clock::mean |
Definition at line 44 of file walltime.h.
Referenced by walltime_get(), walltime_report(), and walltime_summary_clocks().
double Clock::min |
Definition at line 43 of file walltime.h.
Referenced by walltime_get(), walltime_report(), and walltime_summary_clocks().
char Clock::name[128] |
Definition at line 40 of file walltime.h.
Referenced by clockcmp(), walltime_clock(), walltime_clock_insert(), walltime_report(), and walltime_update_parents().
char Clock::symbol |
Definition at line 45 of file walltime.h.
Referenced by walltime_get_symbol().
double Clock::time |
Definition at line 41 of file walltime.h.
Referenced by walltime_add_internal(), walltime_get_time(), walltime_measure_internal(), walltime_summary(), walltime_summary_clocks(), and walltime_update_parents().