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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
Apex Log Analyzer makes performance analysis of Salesforce debug logs much easier and quicker. Visualize code execution via a Flame chart and Call Tree, identify and resolve performance and SOQL/DML problems via Method and Database Analysis.
Search for `Apex Log Analyzer` from the extensions side bar in VS Code and click `Install` or
38
38
install from the VS Code market place by clicking install on [Visual Studio Code Market Place: Apex Log Analyzer](https://marketplace.visualstudio.com/items?itemName=financialforce.lana)
@@ -61,7 +61,7 @@ With the `.log` file open in VSCode.
61
61
1. Open command pallette (CMD/CTRL + Shift + P) -> 'Log: Show Apex Log Analysis'\
62
62
or
63
63
1. Click the 'Log: Show Apex Log Analysis' code lens at the top of the file\
@@ -85,7 +85,7 @@ With the `.log` file open in VSCode.
85
85
86
86
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, a longer bar means that method took longer.
Hovering over an element provides information on the item. If you click on an item it will take you to that row in the Call Tree.
107
107
@@ -116,7 +116,7 @@ The tooltip provides the following information.\
116
116
117
117
Shows the call stack which can be expanded and collapsed. Clicking on a link will take you to that line in the class if it can be found in the current open project.
Each row shows event type, details such as method signature, self and total time as well as aggregated DML, SOQL, Throws and Row counts.
122
122
@@ -143,7 +143,7 @@ The Call Tree can be navigated with the keyboard. The up and down keys will move
143
143
144
144
Show analysis of method calls by showing Self Time, Total Time, Count (number of times a method was called), name and type. Each column can be sorted ascending or descending by clicking the column header.
The _Selectivity_ column will have a green tick if the query is selective, a red cross if it is not and will be blank if the selectivity could not be determine. Sorting on this column will sort the rows by relative query cost, this number can be seen by hovering the cell on the selectivity column.
176
176
@@ -217,21 +217,21 @@ Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to c
217
217
- The find will match on Event Type or text in the event
218
218
- The tooltip is shown for the current matching event, making it easy to view the event details such as Total or Self time.
Copy file name to clipboardExpand all lines: lana-docs-site/docs/docs/features.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ sidebar_position: 4
14
14
15
15
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, a longer bar means that method took longer.
Hovering over an element provides information on the item. If you click on an item it will take you to that row in the Call Tree.
35
35
@@ -44,7 +44,7 @@ The tooltip provides the following information.\
44
44
45
45
Shows the call stack which can be expanded and collapsed. Clicking on a link will take you to that line in the class if it can be found in the current open project.
Each row shows event type, details such as method signature, self and total time as well as aggregated DML, SOQL, Throws and Row counts.
50
50
@@ -71,7 +71,7 @@ The Call Tree can be navigated with the keyboard. The up and down keys will move
71
71
72
72
Show analysis of method calls by showing Self Time, Total Time, Count (number of times a method was called), name and type. Each column can be sorted ascending or descending by clicking the column header.
The _Selectivity_ column will have a green tick if the query is selective, a red cross if it is not and will be blank if the selectivity could not be determine. Sorting on this column will sort the rows by relative query cost, this number can be seen by hovering the cell on the selectivity column.
104
104
@@ -145,18 +145,18 @@ Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to c
145
145
- The find will match on Event Type or text in the event
146
146
- The tooltip is shown for the current matching event, making it easy to view the event details such as Total or Self time.
Search for `Apex Log Analyzer` from the extensions side bar in VS Code and click `Install` or
10
10
install from the VS Code market place by clicking install on [Visual Studio Code Market Place: Apex Log Analyzer](https://marketplace.visualstudio.com/items?itemName=financialforce.lana)
Copy file name to clipboardExpand all lines: lana-docs-site/docs/docs/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar_position: 1
8
8
9
9
Apex Log Analyzer makes performance analysis of Salesforce debug logs much easier and quicker. Visualize code execution via a Flame chart and Call Tree, identify and resolve performance and SOQL/DML problems via Method and Database Analysis.
0 commit comments