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
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,19 +87,12 @@ Use `Log: Retrieve Apex Log And Show Analysis` from the Command Palette.
87
87
The Timeline view shows a live visualization of your Salesforce Apex log execution — including methods, SOQL queries, DML operations, workflows, flows, and more.
88
88
89
89
-**⚡ 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.
98
93
-**🕐 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.
0 commit comments