|
OpenTTD Source
1.10.0-RC1
|
Measurement of a single sprite group resolution. More...
#include <newgrf_profiling.h>
Data Fields | |
| uint32 | root_sprite |
| Pseudo-sprite index in GRF file. | |
| uint32 | item |
| Local ID of item being resolved for. | |
| uint32 | result |
| Result of callback. | |
| uint32 | subs |
| Sub-calls to other sprite groups. | |
| uint32 | time |
| Time taken for resolution (microseconds) | |
| uint16 | tick |
| Game tick. | |
| CallbackID | cb |
| Callback ID. | |
| GrfSpecFeature | feat |
| GRF feature being resolved for. | |
Measurement of a single sprite group resolution.
Definition at line 42 of file newgrf_profiling.h.