You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Continuous Navigation | Hold `Enter` or `Shift+Enter`|
107
+
108
+
### Measurement & Zoom Tools
109
+
110
+
#### Measure Range
111
+
112
+
Use `Shift+Drag` to measure the duration between any two points on the timeline. This is useful for precisely measuring the time span of specific operations or groups of events.
| Resize Measurement | Drag the left or right edge of the measurement |
118
+
| Zoom to Measurement | Double-click inside measurement, or click zoom icon |
119
+
| Clear Measurement |`Escape` or click outside the measurement area |
120
+
121
+
The measurement overlay displays:
122
+
123
+
- The time duration of the selected range
124
+
- A zoom icon to quickly zoom to fit the measured area
125
+
126
+
:::tip Resize Handles
127
+
Hover near the edges of an existing measurement to see the resize cursor. Drag to adjust the measurement boundaries — edges can be dragged past each other to swap positions.
128
+
:::
129
+
130
+
#### Area Zoom
131
+
132
+
Use `Alt/Option+Drag` to select a time range and instantly zoom to fit it. This provides a quick way to focus on a specific portion of the timeline.
133
+
134
+
| Action | Mouse/Keyboard |
135
+
| --------- | ----------------------------- |
136
+
| Area Zoom |`Alt/Option+Drag` on timeline |
137
+
138
+
Release the mouse button to zoom the viewport to fit the selected area exactly.
-**Event Description** - Additional information about the event such as method name or SOQL query executed
156
+
-**Timestamp** - The start and end timestamp for the given event which can be cross-referenced in the log file
157
+
-**Time** - Wall-clock time of day for the event (e.g., `14:30:05.122 → 14:30:06.625`). Only shown when wall-clock data is available in the log.
158
+
-**Duration** - Made up of **Total Time** (time spent in that event and its children) and **Self Time** (time directly spent in that event)
159
+
-**Rows** - Shows **Total Rows** (rows from that event and its children) and **Self Rows** (rows directly from that event)
160
+
34
161
## Minimap
35
162
36
163
The minimap gives you instant context of your entire log. Spot hotspots at a glance, jump anywhere with a click, and always know exactly where you are—all without scrolling.
@@ -152,112 +279,6 @@ Hovering over the metric strip displays a detailed breakdown showing:
152
279
153
280
Each row displays: color swatch, metric name, percentage, and used/limit values.
| Continuous Navigation | Hold `Enter` or `Shift+Enter`|
228
-
229
-
### Measurement & Zoom Tools
230
-
231
-
#### Measure Range
232
-
233
-
Use `Shift+Drag` to measure the duration between any two points on the timeline. This is useful for precisely measuring the time span of specific operations or groups of events.
| Resize Measurement | Drag the left or right edge of the measurement |
239
-
| Zoom to Measurement | Double-click inside measurement, or click zoom icon |
240
-
| Clear Measurement |`Escape` or click outside the measurement area |
241
-
242
-
The measurement overlay displays:
243
-
244
-
- The time duration of the selected range
245
-
- A zoom icon to quickly zoom to fit the measured area
246
-
247
-
:::tip Resize Handles
248
-
Hover near the edges of an existing measurement to see the resize cursor. Drag to adjust the measurement boundaries — edges can be dragged past each other to swap positions.
249
-
:::
250
-
251
-
#### Area Zoom
252
-
253
-
Use `Alt/Option+Drag` to select a time range and instantly zoom to fit it. This provides a quick way to focus on a specific portion of the timeline.
254
-
255
-
| Action | Mouse/Keyboard |
256
-
| --------- | ----------------------------- |
257
-
| Area Zoom |`Alt/Option+Drag` on timeline |
258
-
259
-
Release the mouse button to zoom the viewport to fit the selected area exactly.
260
-
261
282
## Wall-Clock Time
262
283
263
284
The timeline supports switching between two time display modes:
@@ -267,27 +288,6 @@ The timeline supports switching between two time display modes:
267
288
268
289
Click the clock icon button in the top-right corner of the timeline toolbar to toggle between modes.
-**Event Description** - Additional information about the event such as method name or SOQL query executed
286
-
-**Timestamp** - The start and end timestamp for the given event which can be cross-referenced in the log file
287
-
-**Time** - Wall-clock time of day for the event (e.g., `14:30:05.122 → 14:30:06.625`). Only shown when wall-clock data is available in the log.
288
-
-**Duration** - Made up of **Total Time** (time spent in that event and its children) and **Self Time** (time directly spent in that event)
289
-
-**Rows** - Shows **Total Rows** (rows from that event and its children) and **Self Rows** (rows directly from that event)
290
-
291
291
## Themes
292
292
293
293
The timeline supports multiple color themes for better visual clarity and personalization. The extension includes 19 built-in themes with improved contrast and readability.
0 commit comments