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 |
Performance summary for external consumption.
Definition at line 19 of file performance_dashboard.h.
|
inline |
Definition at line 27 of file performance_dashboard.h.
| double yaze::gfx::PerformanceSummary::average_frame_time_ms |
Definition at line 20 of file performance_dashboard.h.
Referenced by yaze::gfx::PerformanceDashboard::GetSummary().
| double yaze::gfx::PerformanceSummary::memory_usage_mb |
Definition at line 21 of file performance_dashboard.h.
Referenced by yaze::gfx::PerformanceDashboard::GetSummary().
| double yaze::gfx::PerformanceSummary::cache_hit_ratio |
Definition at line 22 of file performance_dashboard.h.
Referenced by yaze::gfx::PerformanceDashboard::GetSummary().
| int yaze::gfx::PerformanceSummary::optimization_score |
Definition at line 23 of file performance_dashboard.h.
Referenced by yaze::gfx::PerformanceDashboard::GetSummary(), and yaze::gfx::TEST_F().
| std::string yaze::gfx::PerformanceSummary::status_message |
Definition at line 24 of file performance_dashboard.h.
Referenced by yaze::gfx::PerformanceDashboard::GetSummary().
| std::vector<std::string> yaze::gfx::PerformanceSummary::recommendations |
Definition at line 25 of file performance_dashboard.h.
Referenced by yaze::gfx::PerformanceDashboard::GetSummary().