v0.12.3
This update simplifies the handling of counter definitions by introducing a default instance.
- Default Counter Definitions: Supplying a user-defined
perf::CounterDefinitionto eachperf::EventCounterorperf::Sampleris no longer required. If none is provided, a default instance is used automatically. Custom definitions now extend the default set of events instead of duplicating them.