|
Each event is described by several columns which are common for all probes:
-
Start time
The time that marks the start of the selected event.
-
Event type
The type of the event. This includes all control object states as described in the
probes overview as well as "open" and "close" events
if the probe publishes control objects.
-
Duration
The duration of the event.
-
Control object ID
If the probe publishes control objects, this column contains the ID of the associated control object.
-
Description
The description of the event. If the probe publishes payload data, this is the same as the payload name displayed
in the hot spots view.
-
Thread
The thread on which the event takes place. An event always takes place on a single thread.
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.
|