Skip to content

withTimings: Emit allocations counter

Ben Gamari requested to merge wip/timings-allocations into master

This will allow us to back out the allocations per compiler pass from the eventlog. Note that we dump the allocation counter rather than the difference since this will allow us to determine how much work is done between withTiming blocks.

Merge request reports