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

#include <cTaskProfiler.h>

Public Attributes

THREADID_t m_nThreadId
 only for a single thread. other threads don't count! More...
 
TASK_PROFILER_t m_idTaskCur
 What task are we currently processing? (on this thread) More...
 
cTimePerf m_TimeTaskSwitch
 QueryPerformanceCount() of last task switch. (on this thread) More...
 

Detailed Description

Per-thread info. fix task time - thread execution time.

Member Data Documentation

◆ m_idTaskCur

TASK_PROFILER_t GrayLib::cTaskProfilerThread::m_idTaskCur

What task are we currently processing? (on this thread)

◆ m_nThreadId

THREADID_t GrayLib::cTaskProfilerThread::m_nThreadId

only for a single thread. other threads don't count!

◆ m_TimeTaskSwitch

cTimePerf GrayLib::cTaskProfilerThread::m_TimeTaskSwitch

QueryPerformanceCount() of last task switch. (on this thread)


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