le2d v0.4.8
2D game engine framework
 
Loading...
Searching...
No Matches
le::FrameStats Struct Reference

#include <le2d/frame_stats.hpp>

Public Attributes

kvf::Seconds total_dt {}
 
kvf::Seconds frame_dt {}
 
kvf::Seconds run_time {}
 
std::int32_t framerate {}
 
std::uint64_t total_frames {}
 

Member Data Documentation

◆ frame_dt

kvf::Seconds le::FrameStats::frame_dt {}

◆ framerate

std::int32_t le::FrameStats::framerate {}

◆ run_time

kvf::Seconds le::FrameStats::run_time {}

◆ total_dt

kvf::Seconds le::FrameStats::total_dt {}

◆ total_frames

std::uint64_t le::FrameStats::total_frames {}

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