OpenTTD Source 20260206-master-g4d4e37dbf1
newgrf_profiling.h File Reference

Profiling of NewGRF action 2 handling. More...

Go to the source code of this file.

Data Structures

struct  NewGRFProfiler
 Callback profiler for NewGRF development. More...
struct  NewGRFProfiler::Call
 Measurement of a single sprite group resolution. More...

Variables

std::vector< NewGRFProfiler_newgrf_profilers

Detailed Description

Profiling of NewGRF action 2 handling.

Definition in file newgrf_profiling.h.

Variable Documentation

◆ _newgrf_profilers

std::vector<NewGRFProfiler> _newgrf_profilers
extern

Definition at line 25 of file newgrf_profiling.cpp.