Debug view

You can build a binary with both debug symbols and profiling instrumentation. The QNX Analysis Perspective lets you trace execution line by line while seeing how the profiling data changes.

This is handy because you can examine the profiling data while the program is suspended at a specific line of code, to see exactly how much time has been spent in different functions or how often they've been called until that point. For information on the supported debugging activities, see "Debug perspective controls".