OpenTTD Source
1.11.2
|
#include "newgrf_profiling.h"
#include "date_func.h"
#include "fileio_func.h"
#include "string_func.h"
#include "console_func.h"
#include "spritecache.h"
#include <chrono>
#include <time.h>
Go to the source code of this file.
Variables | |
std::vector< NewGRFProfiler > | _newgrf_profilers |
Date | _newgrf_profile_end_date |
Profiling of NewGRF action 2 handling.
Definition in file newgrf_profiling.cpp.