Skip to main content

Raw Log Navigation

Navigate between the Log Analysis views and raw .log files for detailed inspection.

Show in Raw Log

Right-click any frame in the Timeline or Call Tree and select Show in Log File to open the raw log file and jump to the corresponding line.

ActionHow
Show in Raw LogRight-click frame → "Show in Log File"
Jumping from a Timeline frame to the matching line in the raw .log file.

Show in Log Analysis

From a raw .log file, hover over any log line to see event metrics. Click Show in Log Analysis to navigate back to the Timeline or Call Tree with the corresponding frame selected.

Code Folding

Raw log files support code folding for matching start/end events:

  • METHOD_ENTRY / METHOD_EXIT
  • CODE_UNIT_STARTED / CODE_UNIT_FINISHED
  • DML_BEGIN / DML_END
  • SOQL_EXECUTE_BEGIN / SOQL_EXECUTE_END
  • And more...
ActionShortcut
Fold regionCtrl+Shift+[ (Win) / Cmd+Option+[ (Mac)
Unfold regionCtrl+Shift+] (Win) / Cmd+Option+] (Mac)
Fold allCtrl+K Ctrl+0
Unfold allCtrl+K Ctrl+J

Line Decorations

When your cursor is on a log line, duration information appears as ghost text at the end of the line:

  • Total time - Time spent in the event and its children
  • Self time - Time directly spent in the event (shown in parentheses when different from total)

Example: 1.23s (self: 45ms)

Hover Details

Hover near the ghost text to see detailed metrics:

  • Event timing and duration
  • SOQL/DML counts and row counts
  • Exception counts

Click Show in Log Analysis in the hover to navigate to the Timeline or Call Tree.