Python Performance Validator - Relations
The relations view uses the collated statistics to provide some simple
data queries, displaying the results and any functions related to the result,
such as functions calling a specific function or functions called by a specific
function.
When a file is selected in the left hand pane, the source code for that
file is displayed in the right hand pane, with related statistics for the
performance node displayed above the source code. In addition, the relations
panes for the callers and callees of the functions are also populated, allowing
you to see which functions call which other functions. A Back button
allows you to retrace your steps when analysing the data.
A popup menu (right mouse button) allows each file to be edited in a syntax
coloured editor that highlights the appropriate function.
This picture shows the Relations view.


