You can use the code analysis tools in the Analyze mode. To switch to Analyze mode, select Analyze in the mode selector, or select the Analyze menu and then select a tool. When you are in the Analyze mode, you can switch between tools by selecting them in the menu on the toolbar.
By default, the views in the Analyze mode are locked into place in the workspace. Select Window > Views > Locked to unlock the views. Drag and drop the views into new positions on the screen. Drag view borders to resize the views. The size and position of views are saved for future sessions. Select Window > Views > Reset to Default Layout to reset the views to their original sizes and positions.
You can use the following code analysis tools in the Analyze mode:
You can inspect binding evaluations, signal handling, and painting operations when running QML code. This is useful for identifying potential bottlenecks, especially in the evaluation of bindings.
You can detect problems in memory management by using the Memcheck tool and find cache misses in the code by using the Callgrind tool.