Skip to content

Commit

Permalink
refactored PerformanceCounter (#398)
Browse files Browse the repository at this point in the history
- introduced `PerfEventHandler` RAII class.
- updated utility functions to use ranges.
- replaced recursive calls with fold expressions in `fake_modify`, `fake_read`, and related functions.
- fixed some minor SonarLint complains (e.g. '0l' vs '0L').

Signed-off-by: Ralph J. Steinhagen <[email protected]>
  • Loading branch information
RalphSteinhagen authored Sep 3, 2024
1 parent 0e424a2 commit 2e878ed
Showing 1 changed file with 138 additions and 118 deletions.
Loading

0 comments on commit 2e878ed

Please sign in to comment.