New Statistics
Svengali Profiler Package
Browsers
Contact David Jones

The New Statistics view displays some simple statistics generated from the New Profiler within the synchronised range at the time of opening the view.

The New Statistics can be opened from the Strand menu of the Director. Any number can be opened and they are not reactive.

Structure

The statistics view presents a number of different views onto the same set of data collected by the profiler. Each pane groups the individual created objects in different combinations.

The Instances column in each pane relates to the cumulative total of instances of that item were created. The Indexed column in each pane relates to the cumulative total of the number of indexed variables in the items that were created. The Bytes column in each pane relates to the cumulative total of bytes required by each created item.

The status bar displays the totals for each item, from the Instances, Indexed and Bytes columns.

Classes Pane

Class | Instances | Indexed | Bytes

The Classes pane groups all created objects by their Class.

Originators Pane

Originators Selector | Originators Class | Class | Instances | Indexed | Bytes

The Originators pane groups all created objects by the method which requested the new object, its Originator Selector and Originator Class, together with the Class of the object.