Cogs.Core
Public Attributes | List of all members
Cogs::Core::QueueWorkerState Struct Reference

reports current state of a queue worker. More...

#include <TaskManager.h>

Public Attributes

float utilization = 0.f
 
float tasksPerSecond = 0.f
 
float tasksPerFrame = 0.f
 

Detailed Description

reports current state of a queue worker.

Definition at line 50 of file TaskManager.h.

Member Data Documentation

◆ tasksPerFrame

float Cogs::Core::QueueWorkerState::tasksPerFrame = 0.f

Definition at line 54 of file TaskManager.h.

◆ tasksPerSecond

float Cogs::Core::QueueWorkerState::tasksPerSecond = 0.f

Definition at line 53 of file TaskManager.h.

◆ utilization

float Cogs::Core::QueueWorkerState::utilization = 0.f

Definition at line 52 of file TaskManager.h.


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