4 cpu profiling - giordanocardillo/kadira-server GitHub Wiki
navTitle: CPU Profiling navSubTitle: Analyze the CPU usage of your app title: Analyze the CPU Usage of Your App with CPU Profiling
CPU Profiling helps to find out exactly what's happening in the CPU and track bottlenecks. With this feature, you can find out which part of the code is responsible for the bottleneck.
Kadira Debug comes with a built-in CPU analyzer based on the popular flamegraphs concept. After you've taken a CPU profile, you can analyze it with Kadira Debug CPU Analyzer.
