Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cTaskProfilerRec Class Reference

#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...
 

Detailed Description

Track time (or count data) during a frame for a specific "Task".

Member Data Documentation

◆ k_NOTIME_BYTERATE

const TIMEPERF_t GrayLib::cTaskProfilerRec::k_NOTIME_BYTERATE = ((TIMEPERF_t)-1)
static

time is not relevant. a UINT count of bytes.

◆ k_NOTIME_COUNT

const TIMEPERF_t GrayLib::cTaskProfilerRec::k_NOTIME_COUNT = ((TIMEPERF_t)-2)
static

time is not relevant. just a UINT count of something.

◆ m_nSamples

UINT GrayLib::cTaskProfilerRec::m_nSamples

how many samples/passes made into this.

◆ m_Time

cTimePerf GrayLib::cTaskProfilerRec::m_Time

accumulated time in QueryPerformanceFrequency units.


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