Skip to content

Commit

Permalink
Fix NUM_COUNTERS to properly match hardware.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbush001 authored Nov 8, 2024
1 parent 5ce9cf4 commit ed5c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/libs/libos/performance_counters.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
extern "C" {
#endif

#define NUM_COUNTERS 4
#define NUM_COUNTERS 2

enum performance_event
{
Expand Down

0 comments on commit ed5c1a5

Please sign in to comment.