ghc-events icon indicating copy to clipboard operation
ghc-events copied to clipboard

Fix type of ProfSampleCostCentre.profCapSet event field

Open TeofilC opened this issue 6 months ago • 1 comments

This is a CapNo rather than a CapSet. The event stores this as an Int32, but CapNo is an Int16. So we need to do some conversions.

Resolves #84

NB: this is a breaking change, as we change the type and name of this field

TeofilC avatar Aug 09 '24 17:08 TeofilC