Cogs.Core
|
Tracks kernel launches by a worker thread as they happen. More...
Public Attributes | |
std::atomic< uint64_t > | timeInKernel = 0 |
std::atomic< uint32_t > | kernelLaunches = 0 |
uint32_t | kernelNesting = 0 |
Tracks kernel launches by a worker thread as they happen.
Definition at line 76 of file TaskManager.cpp.
std::atomic<uint32_t> Cogs::Core::QueueWorkerStateData::kernelLaunches = 0 |
Definition at line 79 of file TaskManager.cpp.
uint32_t Cogs::Core::QueueWorkerStateData::kernelNesting = 0 |
Definition at line 80 of file TaskManager.cpp.
std::atomic<uint64_t> Cogs::Core::QueueWorkerStateData::timeInKernel = 0 |
Definition at line 78 of file TaskManager.cpp.