Profiling your Project

Builder integrates with the Sysprof profiler to provide a robust sampling profiler.

Select “Run with Profiler” from the run button.

../_images/run-button.png

While the application is running, you’ll see a screen like this indicating that Sysprof is recording CPU samples on your system.

../_images/profiler-running.png

After stopping or exiting your program, you will be presented with a callgraph like the following. You can select a time range within the CPU visualizer to limit the callgraph to samples recorded witin the selection.

../_images/profiler-callgraph.png