Skip to content

Commit

Permalink
Update perfc_port_pmu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Feb 28, 2024
1 parent 117b9fa commit 7f4293f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perfc_port_pmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
__PERF_INFO__.fCPI = (float)( (double)__PERF_INFO__.lCycles \
/ (double)__PERF_INFO__.dwNoInstr); \
if (__PLOOC_VA_NUM_ARGS(__VA_ARGS__) == 0) { \
printf( "\r\n" \
__perf_counter_printf__( "\r\n" \
"[Report for " __str "]\r\n" \
"-----------------------------------------\r\n" \
"Instruction executed: %lld\r\n" \
Expand All @@ -78,10 +78,10 @@
, \
__PERF_INFO__.dwNoInstr, \
__PERF_INFO__.lCycles, \
__PERF_INFO__.fCPI, \
(double)__PERF_INFO__.fCPI, \
__PERF_INFO__.dwNoMemAccess, \
__PERF_INFO__.dwNoL1DCacheRefill, \
__PERF_INFO__.fDCacheMissRate \
(double)__PERF_INFO__.fDCacheMissRate \
); \
} else { \
__VA_ARGS__ \
Expand Down

0 comments on commit 7f4293f

Please sign in to comment.