基于时间的分析与perf记录

时间:2017-08-04 10:05:35

标签: performancecounter perf

您是否会告诉我如何在使用perf记录时获取每个样本的事件计数器的值?

例如:

perf record -F 100 -e instructions ./program

使用perf报告,我只看到开销。但我想知道是否有办法在每个样本中查看计数器的价值......

1 个答案:

答案 0 :(得分:1)

如果其他人面临同样的问题,我会回答我自己的问题。

为了查看采样时间和当时计数器的值,您可以在执行<!DOCTYPE html> <html> <script src="https://www.w3schools.com/lib/w3.js"></script> <body> <div w3-include-html="content.html"></div> <script> w3.includeHTML(); </script> </body> </html> 后使用perf script