yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::test::ResourceStats Struct Reference

#include <test_manager.h>

Public Attributes

size_t texture_count = 0
 
size_t surface_count = 0
 
size_t memory_usage_mb = 0
 
float frame_rate = 0.0f
 
std::chrono::time_point< std::chrono::steady_clock > timestamp
 

Detailed Description

Definition at line 115 of file test_manager.h.

Member Data Documentation

◆ texture_count

size_t yaze::test::ResourceStats::texture_count = 0

Definition at line 116 of file test_manager.h.

Referenced by yaze::test::TestManager::CollectResourceStats().

◆ surface_count

size_t yaze::test::ResourceStats::surface_count = 0

Definition at line 117 of file test_manager.h.

Referenced by yaze::test::TestManager::CollectResourceStats().

◆ memory_usage_mb

size_t yaze::test::ResourceStats::memory_usage_mb = 0

Definition at line 118 of file test_manager.h.

Referenced by yaze::test::TestManager::CollectResourceStats().

◆ frame_rate

float yaze::test::ResourceStats::frame_rate = 0.0f

Definition at line 119 of file test_manager.h.

Referenced by yaze::test::TestManager::CollectResourceStats().

◆ timestamp

std::chrono::time_point<std::chrono::steady_clock> yaze::test::ResourceStats::timestamp

Definition at line 120 of file test_manager.h.

Referenced by yaze::test::TestManager::CollectResourceStats().


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