【发布时间】:2016-05-19 18:42:56
【问题描述】:
有人知道性能报告输出记录在哪里吗?或者特别是左边的两个百分比列是什么?我发现了许多显示单个百分比列的示例,但我得到了两个。我使用的命令如下。
非常感谢!
perf record -g -a sleep 1
# Note: -a == all cpus -g enables backtrace recording for call graphs
perf report
+ 78.09% 0.00% node libc-2.19.so [.] __libc_start_main
+ 77.71% 0.00% node node [.] node::Start(int, char**)
...
【问题讨论】:
标签: perf