For built-in probes, you can enable single event recording in the probe settings.
For custom probes, call metaData.events(true) in the meta data script
to enable event recording.
Probes can publish additional columns in the events view. However, no built-in probes in JProfiler currently use this feature.
At the bottom the of the table, there is a special total row that sums all summable columns in the table. For the default columns this only includes the "Duration" column, Together with the filter selector described below, you can analyze the collected data for selected subsets of events.
Below the main table, the call stack of the selected event is shown. This is the call stack of the payload and forms the basis of the hot spot calculation.
secondary events
(JDBC statements in the JPA/Hibernate case) that can be opened with an expand control
at the left side of the table row.
direct or
deferred entry. See the probe hot spot view for
more on this topic.
By default, the filter works on all available columns. In order to be more specific, you can select a particular column from the "Filter by" drop-down list. This is useful, for example, to show a control object with a particular ID without getting spurious matches from other columns.