Skip to content

rts: Ensure we dump new Cost Centres added by freshly loaded objects to the eventlog.

Zubin requested to merge wip/24148 into master

rts: Ensure we dump new Cost Centres added by freshly loaded objects to the eventlog.

To do this, we keep track of the ID of the last cost centre we dumped in DUMPED_CC_ID, and call dumpCostCentresToEventLog from refreshProfilingCCSs, which will dump all the new cost centres up to the one we already dumped in DUMPED_CC_ID.

Fixes #24148 (closed)

Merge request reports

Loading