![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTaskProfiler.h>
Public Attributes | |
cTimePerf | m_Time |
accumulated time in QueryPerformanceFrequency units. More... | |
UINT | m_nSamples |
how many samples/passes made into this. More... | |
Static Public Attributes | |
static const TIMEPERF_t | k_NOTIME_BYTERATE = ((TIMEPERF_t)-1) |
time is not relevant. a UINT count of bytes. More... | |
static const TIMEPERF_t | k_NOTIME_COUNT = ((TIMEPERF_t)-2) |
time is not relevant. just a UINT count of something. More... | |
Track time (or count data) during a frame for a specific "Task".
|
static |
time is not relevant. a UINT count of bytes.
|
static |
time is not relevant. just a UINT count of something.
UINT GrayLib::cTaskProfilerRec::m_nSamples |
how many samples/passes made into this.
cTimePerf GrayLib::cTaskProfilerRec::m_Time |
accumulated time in QueryPerformanceFrequency units.