
#include <trace-summary.h>

Public Types | |
| enum | { HIST_SIZE = 10 } |
Public Member Functions | |
| SumEntryInfo () | |
| void | clear () |
| void | setTime (double t) |
Data Fields | |
| double | epTime |
| double | epMaxTime |
| int | epCount |
| int | hist [HIST_SIZE] |
Definition at line 136 of file trace-summary.h.
| anonymous enum |
| SumEntryInfo::SumEntryInfo | ( | ) | [inline] |
Definition at line 144 of file trace-summary.h.
| void SumEntryInfo::clear | ( | ) | [inline] |
Definition at line 145 of file trace-summary.h.
References epCount, epMaxTime, epTime, hist, and HIST_SIZE.
Referenced by SumLogPool::clearEps().

| void SumEntryInfo::setTime | ( | double | t | ) | [inline] |
Definition at line 150 of file trace-summary.h.
References epCount, epInterval, epMaxTime, epThreshold, epTime, hist, and HIST_SIZE.
Referenced by SumLogPool::setEp().

| double SumEntryInfo::epTime |
| double SumEntryInfo::epMaxTime |
| int SumEntryInfo::hist[HIST_SIZE] |
1.5.5