Introduction
The Java Profiler is a performance analysis and tuning tool for Java programs running on Kunpeng-powered servers. It displays information about the heaps, threads, locks, and garbage collection (GC) of Java programs in graphics, collects information about hotspot functions, and helps locate program bottlenecks.
- The Java Profiler is started based on the JDK. You are advised to deploy the Kunpeng DevKit only in development environments for security purposes.
- The Kunpeng DevKit installed in a container does not support the VS Code Java Profiler plugin.
Parent topic: Java Profiler