OpenTTD Source  12.0-beta2
newgrf_profiling.h File Reference
#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
 

Detailed Description

Profiling of NewGRF action 2 handling.

Definition in file newgrf_profiling.h.