OpenTTD Source  20240919-master-gdf0233f4c2
NewGRFProfiler::Call Struct Reference

Measurement of a single sprite group resolution. More...

#include <newgrf_profiling.h>

Data Fields

uint32_t root_sprite
 Pseudo-sprite index in GRF file.
 
uint32_t item
 Local ID of item being resolved for.
 
uint32_t result
 Result of callback.
 
uint32_t subs
 Sub-calls to other sprite groups.
 
uint32_t time
 Time taken for resolution (microseconds)
 
uint64_t tick
 Game tick.
 
CallbackID cb
 Callback ID.
 
GrfSpecFeature feat
 GRF feature being resolved for.
 

Detailed Description

Measurement of a single sprite group resolution.

Definition at line 41 of file newgrf_profiling.h.


The documentation for this struct was generated from the following file: