OpenTTD Source
20241108-master-g80f628063a
|
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. | |
Profiling of NewGRF action 2 handling.
Definition in file newgrf_profiling.cpp.