OpenTTD Source
20241108-master-g80f628063a
|
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. | |
Measurement of a single sprite group resolution.
Definition at line 41 of file newgrf_profiling.h.