Python Performance Validator - Statistics
The Statistics view displays statistics for each node in the performance
graph of the application being monitored. The performance graph is built and
updated as the application executes. The statistics view is a view of this
data as it changes. Each node represents performance data about a function
that has been called from another function. As such you may see a given function's
name more than once. This is because the function was called by a different
function for each node in the graph.
Controls are provided to allow the user to choose how often the display
is updated and which columns of data are displayed.
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.
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 Statistics view.


