Skip to content

Commit 2d749f1

Browse files
committed
feat: refine timeline features and enhance navigation controls in README
1 parent aa8fd5f commit 2d749f1

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,12 @@ Use `Log: Retrieve Apex Log And Show Analysis` from the Command Palette.
8787
The Timeline view shows a live visualization of your Salesforce Apex log execution — including methods, SOQL queries, DML operations, workflows, flows, and more.
8888

8989
- **⚡ Fast** – Blazing-fast zoom, pan, and rendering even on massive logs (500k+ lines).
90-
- **🎯 Frame Selection & Navigation** – Click to select frames, use arrow keys to navigate the call stack, double-click or press `Enter` to zoom and focus.
91-
- **Zoom & Pan** – Navigate your logs down to 0.001 ms with precision zoom. `W`/`S` keys or scroll wheel for zoom; `A`/`D` keys or drag for pan.
92-
- **Dynamic Frame Labels** – Instantly see method names on timeline frames for faster scanning.
93-
- **🗺️ Minimap** – Bird's-eye view with skyline overview showing call stack depth, viewport lens for navigation, and instant teleport to any position.
94-
- **📊 Governor Limits Strip** – At-a-glance limit usage with traffic light coloring (safe/warning/critical/breach). Expand for detailed step chart.
95-
- **📏 Measure Range**`Shift+Drag` to measure the duration between any two points. Resize edges, double-click to zoom.
96-
- **🔍 Area Zoom**`Alt/Option+Drag` to select a region and instantly zoom to fit.
97-
- **Tooltips** – Hover for duration, event name, SOQL/DML/Exception counts, SOQL/DML rows, and more.
90+
- **🗺️ Minimap** – Bird's-eye view with skyline density overview, viewport lens, and instant teleport.
91+
- **📊 Governor Limits Strip** – At-a-glance limit usage with traffic light coloring. Expand for detailed step chart.
92+
- **📏 Measure & Zoom**`Shift+Drag` to measure durations, `Alt/Option+Drag` to area-zoom, precision keyboard controls.
9893
- **🕐 Wall-Clock Time** – Toggle between elapsed and real-time (HH:MM:SS.mmm) on the time axis via the toolbar clock button.
99-
- **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.
100-
- **19 Curated Themes** – Choose from beautiful, optimized color themes or create your own via Settings.
101-
- **Adaptive Frame Detail** – Level-of-detail bucketing reveals richer detail as you zoom while keeping performance snappy.
102-
- **Stacked by Time** – See how execution time is distributed across nested method calls and system events.
94+
95+
Also: Frame Selection & Navigation, Dynamic Frame Labels, Adaptive Frame Detail, Tooltips, Context Menu, Search & Highlight, 19 Curated Themes.
10396

10497
![Flame Chart](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png)
10598

0 commit comments

Comments
 (0)