|
The bookmark dialog is invoked by choosing Profiling->Edit Bookmarks from JProfiler's main menu.
It shows a list of all bookmarks. For each bookmark, the following properties
are displayed:
- Time
The time when the bookmark was set, relative to the start of the JVM.
- Line style and color
The line style (solid or dashed) and the color of the bookmark line as shown in the graph views with a time axis
is shown as a sample. For automatic bookmarks, solid lines indicate a start event, while dashed lines indicate
a stop event.
- Description
For automatic bookmarks, the description indicates the origin of the bookmark.
|