![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#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... | |
Per-thread info. fix task time - thread execution time.
| TASK_PROFILER_t GrayLib::cTaskProfilerThread::m_idTaskCur |
What task are we currently processing? (on this thread)
| THREADID_t GrayLib::cTaskProfilerThread::m_nThreadId |
only for a single thread. other threads don't count!
| cTimePerf GrayLib::cTaskProfilerThread::m_TimeTaskSwitch |
QueryPerformanceCount() of last task switch. (on this thread)