Tag

async-profiler

0 views collected around this technical thread.

FunTester
FunTester
Dec 14, 2022 · Backend Development

Using async-profiler to Optimize CPU Usage in a Dynamic QPS Test Case

The article details how the author used async-profiler to analyze a Java dynamic QPS test case, identified a CPU hotspot in a time‑checking method, replaced it with a timestamp check, and achieved a modest 0.1% reduction in overall CPU usage, illustrated with flame‑graph images and code snippets.

CPU ProfilingFlame GraphJava performance
0 likes · 12 min read
Using async-profiler to Optimize CPU Usage in a Dynamic QPS Test Case