Code-Level Analysis
- Guance presents stack data in the form of flame graphs, making it easy to identify resource-intensive code paths and hotspots that affect user experience. It supports Python, Java, Go, and C/C++.
- It supports analysis of CPU, memory, or IO usage at the method level across different code types. Additionally, it allows analysis of execution time and proportion from various dimensions, helping us identify how code impacts application performance in production.