|
OpenTTD Source 20251117-master-g7398d2e290
|
Profiling of NewGRF action 2 handling. More...
#include "stdafx.h"#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>#include "safeguards.h"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.
| std::vector<NewGRFProfiler> _newgrf_profilers |
Definition at line 25 of file newgrf_profiling.cpp.