yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
gfx_optimization_benchmarks.cc File Reference
#include <gtest/gtest.h>
#include <chrono>
#include <vector>
#include <random>
#include "app/gfx/bitmap.h"
#include "app/gfx/arena.h"
#include "app/gfx/memory_pool.h"
#include "app/gfx/atlas_renderer.h"
#include "app/gfx/performance/performance_profiler.h"
#include "app/gfx/performance/performance_dashboard.h"

Go to the source code of this file.

Classes

class  yaze::gfx::GraphicsOptimizationBenchmarks
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::gfx
 Contains classes for handling graphical data.
 

Functions

 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, PaletteLookupPerformance)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, DirtyRegionTrackingPerformance)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, MemoryPoolAllocationPerformance)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, BatchTextureUpdatePerformance)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, AtlasRenderingPerformance)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, PerformanceProfilerOverhead)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, AtlasRenderingPerformance2)
 
 yaze::gfx::TEST_F (GraphicsOptimizationBenchmarks, OverallPerformanceIntegration)