|
OpenTTD Source
14.0-beta1
|
#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 (0, []() { NewGRFProfiler::FinishAll();}) |
| Check whether profiling is active and should be finished. | |
Profiling of NewGRF action 2 handling.
Definition in file newgrf_profiling.cpp.