Radium Engine  1.5.20
Loading...
Searching...
No Matches
Ra::Core::TaskQueue::TimerData Struct Reference

Record of a task's start and end time. More...

#include <Core/Tasks/TaskQueue.hpp>

+ Collaboration diagram for Ra::Core::TaskQueue::TimerData:

Public Attributes

Utils::TimePoint start
 
Utils::TimePoint end
 
uint threadId
 
std::string taskName
 

Detailed Description

Record of a task's start and end time.

Definition at line 54 of file TaskQueue.hpp.

Member Data Documentation

◆ end

Utils::TimePoint Ra::Core::TaskQueue::TimerData::end

Definition at line 56 of file TaskQueue.hpp.

◆ start

Utils::TimePoint Ra::Core::TaskQueue::TimerData::start

Definition at line 55 of file TaskQueue.hpp.

◆ taskName

std::string Ra::Core::TaskQueue::TimerData::taskName

Definition at line 58 of file TaskQueue.hpp.

◆ threadId

uint Ra::Core::TaskQueue::TimerData::threadId

Definition at line 57 of file TaskQueue.hpp.


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