OpenTTD Source  20241108-master-g80f628063a
newgrf_profiling.cpp File Reference

Profiling of NewGRF action 2 handling. More...

#include "newgrf_profiling.h"
#include "fileio_func.h"
#include "string_func.h"
#include "console_func.h"
#include "spritecache.h"
#include "3rdparty/fmt/chrono.h"
#include "timer/timer.h"
#include "timer/timer_game_tick.h"
#include <chrono>

Go to the source code of this file.

Variables

std::vector< NewGRFProfiler_newgrf_profilers
 
static TimeoutTimer< TimerGameTick_profiling_finish_timeout ({ TimerGameTick::Priority::NONE, 0 }, []() { NewGRFProfiler::FinishAll();})
 Check whether profiling is active and should be finished.
 

Detailed Description

Profiling of NewGRF action 2 handling.

Definition in file newgrf_profiling.cpp.