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.
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.