TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PMU counters and profiling basics

39 点作者 chappar大约 7 年前

1 comment

omazurov大约 7 年前
For Java you can do better than perf. Sun&#x27;s Performance Analyzer [1] has had hardware counter based profiling of real Java (not just JIT-compiled code) for more than 10 years. Open source async profiler [2] seems to be doing a decent job on the data collection side, though, doesn&#x27;t go beyond a basic flame graph for analysis.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Performance_Analyzer" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Performance_Analyzer</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;jvm-profiling-tools&#x2F;async-profiler" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jvm-profiling-tools&#x2F;async-profiler</a>