Message Statistics
Svengali Profiler Package
Browsers
Contact David Jones

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

The Message 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 frames of the sampled stacks in different combinations.

The Active column in each pane relates to the percentage of times that item was the active frame in the sampled stacks. The All column relates to the percentage of times that the item was present in at least one of the frames in the sampled stacks.

Classes Pane

Class | Active % | All %

The Classes pane groups all stack frames by the Class which their method belongs to.

Methods Pane

Selector | Class | Active % | All %

The Methods pane groups all stack frames by their method. The methods identification is split into Selector and Class columns for ease of use.

Selectors Pane

Selector | Active % | All %

The Selectors pane groups all stack frames by the Selector of their method.