MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <walltime.h>
Public Attributes | |
int | Nmax |
int | N |
struct Clock | C [512] |
struct Clock | AC [512] |
int | Nchildren [512] |
double | ElapsedTime |
double | StepTime |
double | IOTime |
double | PMStepTime |
Definition at line 48 of file walltime.h.
struct Clock ClockTable::AC[512] |
Definition at line 50 of file walltime.h.
Referenced by walltime_clock_insert(), walltime_get(), walltime_report(), and walltime_summary().
struct Clock ClockTable::C[512] |
Definition at line 50 of file walltime.h.
Referenced by walltime_add_internal(), walltime_clock(), walltime_clock_insert(), walltime_get(), walltime_get_symbol(), walltime_get_time(), walltime_measure_internal(), walltime_report(), walltime_summary(), walltime_summary_clocks(), and walltime_update_parents().
double ClockTable::ElapsedTime |
Definition at line 54 of file walltime.h.
Referenced by run(), walltime_init(), walltime_report(), and walltime_summary().
double ClockTable::IOTime |
Definition at line 57 of file walltime.h.
int ClockTable::N |
Definition at line 50 of file walltime.h.
Referenced by walltime_clock(), walltime_clock_insert(), walltime_init(), walltime_report(), walltime_summary(), walltime_summary_clocks(), and walltime_update_parents().
int ClockTable::Nchildren[512] |
Definition at line 53 of file walltime.h.
Referenced by walltime_report(), and walltime_update_parents().
int ClockTable::Nmax |
Definition at line 49 of file walltime.h.
Referenced by walltime_clock_insert(), and walltime_init().
double ClockTable::PMStepTime |
Definition at line 58 of file walltime.h.
double ClockTable::StepTime |
Definition at line 55 of file walltime.h.
Referenced by walltime_report(), and walltime_summary().