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

Performance summary for external consumption. More...

#include <performance_dashboard.h>

Public Member Functions

 PerformanceSummary ()
 

Public Attributes

double average_frame_time_ms
 
double memory_usage_mb
 
double cache_hit_ratio
 
int optimization_score
 
std::string status_message
 
std::vector< std::string > recommendations
 

Detailed Description

Performance summary for external consumption.

Definition at line 19 of file performance_dashboard.h.

Constructor & Destructor Documentation

◆ PerformanceSummary()

yaze::gfx::PerformanceSummary::PerformanceSummary ( )
inline

Definition at line 27 of file performance_dashboard.h.

Member Data Documentation

◆ average_frame_time_ms

double yaze::gfx::PerformanceSummary::average_frame_time_ms

Definition at line 20 of file performance_dashboard.h.

Referenced by yaze::gfx::PerformanceDashboard::GetSummary().

◆ memory_usage_mb

double yaze::gfx::PerformanceSummary::memory_usage_mb

Definition at line 21 of file performance_dashboard.h.

Referenced by yaze::gfx::PerformanceDashboard::GetSummary().

◆ cache_hit_ratio

double yaze::gfx::PerformanceSummary::cache_hit_ratio

Definition at line 22 of file performance_dashboard.h.

Referenced by yaze::gfx::PerformanceDashboard::GetSummary().

◆ optimization_score

int yaze::gfx::PerformanceSummary::optimization_score

◆ status_message

std::string yaze::gfx::PerformanceSummary::status_message

Definition at line 24 of file performance_dashboard.h.

Referenced by yaze::gfx::PerformanceDashboard::GetSummary().

◆ recommendations

std::vector<std::string> yaze::gfx::PerformanceSummary::recommendations

Definition at line 25 of file performance_dashboard.h.

Referenced by yaze::gfx::PerformanceDashboard::GetSummary().


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