|
OpenTTD Source
1.10.0-RC1
|
Profiling of NewGRF action 2 handling. More...
#include "stdafx.h"#include "date_type.h"#include "newgrf.h"#include "newgrf_callbacks.h"#include "newgrf_spritegroup.h"#include <vector>#include <string>#include <memory>Go to the source code of this file.
Data Structures | |
| struct | NewGRFProfiler |
| Callback profiler for NewGRF development. More... | |
| struct | NewGRFProfiler::Call |
| Measurement of a single sprite group resolution. More... | |
Variables | |
| std::vector< NewGRFProfiler > | _newgrf_profilers |
| Date | _newgrf_profile_end_date |
Profiling of NewGRF action 2 handling.
Definition in file newgrf_profiling.h.