Skip to content

Commit

Permalink
fixing pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavgoel26 committed Apr 4, 2024
1 parent ab51f7b commit b41f7c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/scea/stats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ class ScopeBenchmarker {
PERF_COUNT_HW_CACHE_REFERENCES),
instructionsEvent(PERF_TYPE_HARDWARE, PERF_COUNT_HW_INSTRUCTIONS),
minorPageFaultsEvent(PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN),
majorPageFaultsEvent(PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ) {
majorPageFaultsEvent(PERF_TYPE_SOFTWARE,
PERF_COUNT_SW_PAGE_FAULTS_MAJ) {
timer.start();
cacheMissesEvent.start();
cacheReferencesEvent.start();
Expand Down

0 comments on commit b41f7c1

Please sign in to comment.