gpt4 book ai didi

linux - Linux 中的性能分析

转载 作者:太空狗 更新时间:2023-10-29 12:32:04 25 4
gpt4 key购买 nike

如果我要求 perf list 告诉我我能做什么,它说

  LLC-loads                                          [Hardware cache event]
LLC-load-misses [Hardware cache event]
LLC-stores [Hardware cache event]
LLC-store-misses [Hardware cache event]
LLC-prefetches [Hardware cache event]
LLC-prefetch-misses [Hardware cache event]

但是,如果我询问 perf stat -eLLC-load-misses ls,它会告诉我

   <not supported> LLC-load-misses         

0,001647655 seconds time elapsed

是否支持?我做错了什么?

最佳答案

计数器显示为“不受支持”可能有多种原因

以下是其中的几个

  • 您正在虚拟机内的某些虚拟硬件上运行 perf

  • 架构本身没有这样的计数器。您必须检查架构规范以了解是否支持计数器

附言如果您看到“not counted”,则表示您需要启用内核对计数器的支持。这不是你的情况。

关于linux - Linux 中的性能分析,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23850520/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com