Skip to content

v0.12.3

Choose a tag to compare

@jmuehlig jmuehlig released this 22 Aug 17:07
· 118 commits to dev since this release

This update simplifies the handling of counter definitions by introducing a default instance.

  • Default Counter Definitions: Supplying a user-defined perf::CounterDefinition to each perf::EventCounter or perf::Sampler is 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.