1#ifndef DONUT_APPLICATION_TICK_INFO_HPP
2#define DONUT_APPLICATION_TICK_INFO_HPP
Time duration value wrapper.
Definition Time.hpp:23
Definition Application.hpp:9
Transient information about the current tick of an Application.
Definition TickInfo.hpp:13
Time< float > tickInterval
The average time, in seconds, that should elapse between each tick.
Definition TickInfo.hpp:33
std::size_t processedTickCount
Number of ticks that have been fully processed since the start of the application.
Definition TickInfo.hpp:39
Time< float > processedTickTime
The accumulated time, in seconds, of all ticks that had been processed since the start of the applica...
Definition TickInfo.hpp:45