MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
Public Attributes | List of all members
ClockTable Struct Reference

#include <walltime.h>

Collaboration diagram for ClockTable:
[legend]

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
 

Detailed Description

Definition at line 48 of file walltime.h.

Member Data Documentation

◆ AC

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().

◆ C

struct Clock ClockTable::C[512]

◆ ElapsedTime

double ClockTable::ElapsedTime

Definition at line 54 of file walltime.h.

Referenced by run(), walltime_init(), walltime_report(), and walltime_summary().

◆ IOTime

double ClockTable::IOTime

Definition at line 57 of file walltime.h.

◆ N

int ClockTable::N

◆ Nchildren

int ClockTable::Nchildren[512]

Definition at line 53 of file walltime.h.

Referenced by walltime_report(), and walltime_update_parents().

◆ Nmax

int ClockTable::Nmax

Definition at line 49 of file walltime.h.

Referenced by walltime_clock_insert(), and walltime_init().

◆ PMStepTime

double ClockTable::PMStepTime

Definition at line 58 of file walltime.h.

◆ StepTime

double ClockTable::StepTime

Definition at line 55 of file walltime.h.

Referenced by walltime_report(), and walltime_summary().


The documentation for this struct was generated from the following file: