PPL Logo

StatTable::Statistics Struct Reference

struct to maintain statistics More...

Collaboration diagram for StatTable::Statistics:

Collaboration graph
[legend]

Public Member Functions

 Statistics ()

Data Fields

char * name
char * desc
unsigned int numCalled [MAX_ENTRIES]
double avgCount [MAX_ENTRIES]
double stdDevCount [MAX_ENTRIES]
double totTime [MAX_ENTRIES]
long long maxCount [MAX_ENTRIES]
long long minCount [MAX_ENTRIES]

Detailed Description

struct to maintain statistics

Definition at line 44 of file trace-counter.h.


Constructor & Destructor Documentation

StatTable::Statistics::Statistics (  )  [inline]

Definition at line 54 of file trace-counter.h.


Field Documentation

Definition at line 45 of file trace-counter.h.

Referenced by StatTable::init().

Definition at line 46 of file trace-counter.h.

Referenced by StatTable::init().

unsigned int StatTable::Statistics::numCalled[MAX_ENTRIES]

Definition at line 47 of file trace-counter.h.

Referenced by StatTable::clear(), StatTable::doReduction(), and StatTable::setEp().

double StatTable::Statistics::avgCount[MAX_ENTRIES]

Definition at line 48 of file trace-counter.h.

Referenced by StatTable::clear(), StatTable::doReduction(), and StatTable::setEp().

Definition at line 49 of file trace-counter.h.

Referenced by StatTable::clear(), and StatTable::setEp().

double StatTable::Statistics::totTime[MAX_ENTRIES]

Definition at line 50 of file trace-counter.h.

Referenced by StatTable::clear(), StatTable::doReduction(), and StatTable::setEp().

long long StatTable::Statistics::maxCount[MAX_ENTRIES]

Definition at line 51 of file trace-counter.h.

Referenced by StatTable::clear(), and StatTable::setEp().

long long StatTable::Statistics::minCount[MAX_ENTRIES]

Definition at line 52 of file trace-counter.h.

Referenced by StatTable::clear(), StatTable::setEp(), and StatTable::write().


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

Generated on Mon Sep 21 08:30:14 2020 for Charm++ by  doxygen 1.5.5