![]() Previous |
![]() Next |
The Overview subtab contains general statistics about exceptions that were thrown during the time of the recording. The value of the Exceptions field is the total number of exceptions. The value of the Exceptions/Second field is the average frequency of exceptions per second.
The Top Exceptions by Class panel contains a table that lists the classes with the most exceptions twrown. This table contains the following columns:
Class: The name of the class.
Count: The number of times that an exception was thrown by the class.
To filter the table entries, select the column on which you want to filter and then specify the filtering string. You can use wildcards in the filtering string and specify a regular expression by prepending it with regexp:
. If the table contains numeric values, you can specify a logical expression using the comparison operators (<
, <=
, >
, >=
), the AND operator (&&
), and the OR operator (||
).
For information about working with tables, see Working with Tables.