Skip to content

Commit

Permalink
Merge pull request #271 from lukecotter/chore-fix-img-paths
Browse files Browse the repository at this point in the history
docs: fix image urls
  • Loading branch information
lcottercertinia authored May 19, 2023
2 parents dd19ebc + 4812922 commit e993e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ With the `.log` file open in VSCode.

### Timeline / Flame chart

![timeline](https://raw.githubusercontent.com/financialforcedev/debug-log-analyzer/main/lana/dist/images/v1.6/timeline-lana.png)
![timeline](https://raw.githubusercontent.com/financialforcedev/debug-log-analyzer/main/lana/dist/v1.6/timeline-lana.png)

The Timeline shows a visualization of code execution during a request’s execution. Each color represents a different Salesforce event type e.g DB, Method, SOQL etc. The length of a bar relates to realtime taken e.g a longer bar means that method took longer.

Expand All @@ -73,7 +73,7 @@ The Timeline shows a visualization of code execution during a request’s execut
- Scroll left and right on the mouse to move the time line left are right, when zoomed
- Click the mouse down and drag to move the timeline around both in the x and y direction, when zoomed

![tooltip](https://raw.githubusercontent.com/financialforcedev/debug-log-analyzer/main/lana/dist/images/v1.6/tooltip-lana.png)
![tooltip](https://raw.githubusercontent.com/financialforcedev/debug-log-analyzer/main/lana/dist/v1.6/tooltip-lana.png)

Hovering over an element provides information on the item. If you click on an item it will take you to the call
navigatable stack view.
Expand Down

0 comments on commit e993e98

Please sign in to comment.