Skip to content

Introduce time profiling events reporting allocations, entries, and ticks

Ben Gamari requested to merge wip/T24106 into master

As noted in #24106, the PROF_SAMPLE_COST_CENTRE that we currently use to report time profiles is quite limited. Here we introduce PROF_SAMPLE_COST_CENTRE_STACK, a new event which reports tick, entry, and allocation counts for all cost-centre stacks.

Closes #24106.

To do

  • Add test
Edited by Ben Gamari

Merge request reports