#include <quickprof.h>
Public Member Functions | |
ProfileBlock () | |
Public Attributes | |
unsigned long long int | currentBlockStartMicroseconds |
The starting time (in us) of the current block update. | |
unsigned long long int | currentCycleTotalMicroseconds |
The accumulated time (in us) spent in this block during the current profiling cycle. | |
double | avgCycleTotalMicroseconds |
The accumulated time (in us) spent in this block during the past profiling cycle. | |
unsigned long long int | totalMicroseconds |
The total accumulated time (in us) spent in this block. |
Definition at line 59 of file quickprof.h.
quickprof::ProfileBlock::ProfileBlock | ( | ) | [inline] |
Definition at line 61 of file quickprof.h.
unsigned long long int quickprof::ProfileBlock::currentBlockStartMicroseconds |
unsigned long long int quickprof::ProfileBlock::currentCycleTotalMicroseconds |
The accumulated time (in us) spent in this block during the current profiling cycle.
Definition at line 74 of file quickprof.h.
The accumulated time (in us) spent in this block during the past profiling cycle.
Definition at line 78 of file quickprof.h.
unsigned long long int quickprof::ProfileBlock::totalMicroseconds |