TE
テックエコー
ホーム24時間トップ最新ベスト質問ショー求人
GitHubTwitter
ホーム

テックエコー

Next.jsで構築されたテクノロジーニュースプラットフォームで、グローバルなテクノロジーニュースとディスカッションを提供します。

GitHubTwitter

ホーム

ホーム最新ベスト質問ショー求人

リソース

HackerNews APIオリジナルHackerNewsNext.js

© 2025 テックエコー. すべての権利を保有。

Hotspot: Linux `perf` GUI for performance analysis

114 ポイント投稿者: jez6日前

9 comments

gue-ni3日前
Fun fact: firefox also supports loading &#x27;perf&#x27; reports: <a href="https:&#x2F;&#x2F;profiler.firefox.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;profiler.firefox.com&#x2F;</a>
评论 #44060349 未加载
ognarb3日前
From the same author, Heaptrack to investigate memory usage is also very helpful: <a href="https:&#x2F;&#x2F;invent.kde.org&#x2F;sdk&#x2F;heaptrack&#x2F;" rel="nofollow">https:&#x2F;&#x2F;invent.kde.org&#x2F;sdk&#x2F;heaptrack&#x2F;</a>
评论 #44060840 未加载
fransje263日前
Great tool that has been really helpful in helping me find unexpected bottlenecks in the codebases I&#x27;ve been working on.<p>It&#x27;s easy to use, and pairs beautifully with the unintrusive perf tool, which makes the combination a joy to use.<p>And, if combined with a codebase opened in QtCreator, you can click on a hotspot in the flamegraph, and it will bring you automagically to the correct file and line in QtCreator, without any explicit linking required between the two programs. I discovered that feature accidentally, and the fact that it just worked seamlessly really impressed me. (Tested on a Debian-based Linux).<p>A big thanks to KDAB for making this tool available to us!
评论 #44061289 未加载
directmusic3日前
I primarily do macOS development work and use Instruments for profiling, but have been working on Linux a lot lately and Hotspot has been pulled out a lot over the last few weeks. Highly recommended.
wizzledonker3日前
This is a fantastic tool and I recommend it! I use it every day to recursively solve bottlenecks in our code base.
dustbunny3日前
I couldn&#x27;t figure out how to use hotspot. I used speedscope instead: <a href="https:&#x2F;&#x2F;www.speedscope.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.speedscope.app&#x2F;</a><p>Maybe I should check out hotspot again.
drewg1233日前
I&#x27;m on FreeBSD, so its a lot of overhead to check myself: But, does this have a source view like Vtune, that can attribute cycles &#x2F; cache misses &#x2F; etc, to a line of code? I see it has an assembly view..
pjmlp3日前
Nice tool, thanks for the heads up.
grandinj3日前
Wonderful tool. Has been incredibly useful in optimising LibreOffice.