mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
adjust conversion visualization; strip out old profiling markup
This commit is contained in:
@@ -1802,6 +1802,7 @@ df_entity_alloc(DF_StateDeltaHistory *hist, DF_Entity *parent, DF_EntityKind kin
|
||||
df_state->entities_id_gen += 1;
|
||||
entity->id = df_state->entities_id_gen;
|
||||
entity->generation += 1;
|
||||
entity->alloc_time_us = os_now_microseconds();
|
||||
|
||||
// rjf: dirtify caches
|
||||
df_state->kind_alloc_gens[kind] += 1;
|
||||
|
||||
Reference in New Issue
Block a user