Skip to content

Commit aa8fd5f

Browse files
committed
feat: add wall-clock time display option in timeline documentation
1 parent 8dccccf commit aa8fd5f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The Timeline view shows a live visualization of your Salesforce Apex log executi
9595
- **📏 Measure Range**`Shift+Drag` to measure the duration between any two points. Resize edges, double-click to zoom.
9696
- **🔍 Area Zoom**`Alt/Option+Drag` to select a region and instantly zoom to fit.
9797
- **Tooltips** – Hover for duration, event name, SOQL/DML/Exception counts, SOQL/DML rows, and more.
98+
- **🕐 Wall-Clock Time** – Toggle between elapsed and real-time (HH:MM:SS.mmm) on the time axis via the toolbar clock button.
9899
- **Cotext Menu Actions** – Right-click for context actions; `Cmd/Ctrl+Click` to jump directly to the Call Tree; `Cmd/Ctrl+C` to copy frame names.
99100
- **19 Curated Themes** – Choose from beautiful, optimized color themes or create your own via Settings.
100101
- **Adaptive Frame Detail** – Level-of-detail bucketing reveals richer detail as you zoom while keeping performance snappy.

lana-docs-site/docs/docs/features/timeline.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,15 @@ Use `Alt/Option+Drag` to select a time range and instantly zoom to fit it. This
258258

259259
Release the mouse button to zoom the viewport to fit the selected area exactly.
260260

261+
## Wall-Clock Time
262+
263+
The timeline supports switching between two time display modes:
264+
265+
- **Elapsed Time** (default): Time relative to the start of the log (e.g., `0 ms`, `1500 ms`, `2.5 s`)
266+
- **Wall-Clock Time**: Actual time of day from the log (e.g., `14:30:05.122`)
267+
268+
Click the clock icon button in the top-right corner of the timeline toolbar to toggle between modes.
269+
261270
## Tooltip
262271

263272
<img
@@ -275,6 +284,7 @@ The tooltip provides the following information:
275284
- **Event Name** - e.g., `METHOD_ENTRY`, `EXECUTION_STARTED`, `SOQL_EXECUTION_BEGIN`
276285
- **Event Description** - Additional information about the event such as method name or SOQL query executed
277286
- **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.
278288
- **Duration** - Made up of **Total Time** (time spent in that event and its children) and **Self Time** (time directly spent in that event)
279289
- **Rows** - Shows **Total Rows** (rows from that event and its children) and **Self Rows** (rows directly from that event)
280290

0 commit comments

Comments
 (0)