Skip to content

Commit 9cc629a

Browse files
committed
chore(pprof): change annotation title
1 parent 60be11b commit 9cc629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/pprof/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const pprof: Provider = {
6868
}
6969

7070
let item: Item = {
71-
title: `[#${i + 1}] ${top.type}: ${node.cum}${top.unit}, ${node.cumPerc}% (cum)`,
71+
title: `pprof ${top.type}: ${node.cum}${top.unit}, ${node.cumPerc}% (#${i + 1}, cum)`,
7272
}
7373

7474
const list = pprof.list(node.function)

0 commit comments

Comments
 (0)