#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. | |
| ProfileBlock | ( | ) | [inline] |
| double avgCycleTotalMicroseconds |
The accumulated time (in us) spent in this block during the past profiling cycle.
| 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.
| unsigned long long int totalMicroseconds |
The total accumulated time (in us) spent in this block.
1.4.7