tec::TimeFrameMetrics

#include <time-frame-metrics.hpp>

Public Attributes

Name
float outside_game_time
float state_queue_time
float vcomputer_time
float sound_system_time
float render_system_time
float lua_system_time
float other_time
float total_time

Public Attributes Documentation

variable outside_game_time

float outside_game_time;

variable state_queue_time

float state_queue_time;

variable vcomputer_time

float vcomputer_time;

variable sound_system_time

float sound_system_time;

variable render_system_time

float render_system_time;

variable lua_system_time

float lua_system_time;

variable other_time

float other_time;

variable total_time

float total_time;

Updated on 2022-07-24 at 19:27:35 +0000