Skip to content

Commit

Permalink
XSPerfAccumulate: change magicStr (OpenXiangShan#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang-Haojin authored Oct 10, 2023
1 parent 950270b commit e0ac309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/huancun/utils/XSPerfAccumulate.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ object XSPerfPrint {
apply(Printable.pack(fmt, data: _*))(ctrlInfo)

def apply(pable: Printable)(ctrlInfo: LogPerfIO): Any = {
val commonInfo = p"[PERF ][time=${ctrlInfo.timer}] 9527: "
val commonInfo = p"[PERF ][time=${ctrlInfo.timer}] __PERCENTAGE_M__: "
printf(commonInfo + pable)
}
}
Expand Down

0 comments on commit e0ac309

Please sign in to comment.