screpl.bridge_server.blocks.profile module ¶
Defines ProfileBlock
-
class
screpl.bridge_server.blocks.profile.
ProfileBlock
( region ) [source] ¶ -
Bases:
screpl.bridge_server.block.BridgeBlock
Provides profiled results
struct VariableEntry { int name_offset; // relative offset to ProfileBlock address int counter; int total_ms; int total_ticks; }; struct ProfileBlock { int var_count; VariableEntry var_entries[var_count]; char var_names[var_count]; // null-ended strings };
-
signature
= b'PROF' ¶
-