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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
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.
9
9
10
+
Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
@@ -163,8 +165,8 @@ The rows can be grouped by Type or Namespace
163
165
164
166
#### Export to CSV + copy to clipboard
165
167
166
-
Click the header menu,`⋮`, and use `Export to CSV` to save the table content to a file.
167
-
Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
168
+
Use `Export to CSV`above the table to save the table content to a file or `Copy to Clipboard`.
169
+
You can also focus the Analysis table and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
168
170
169
171
### Database
170
172
@@ -202,8 +204,8 @@ For SOQL rows, to the right of the Call Stack is SOQL Analysis which shows infor
202
204
203
205
#### Export to CSV + copy to clipboard
204
206
205
-
Click the header menu,`⋮`, and use `Export to CSV` to save the table content to a file.
206
-
Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
207
+
Use `Export to CSV`above the table to save the table content to a file or `Copy to Clipboard`.
208
+
You can also focus the DML/ SOQL tables and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
Copy file name to clipboardExpand all lines: lana-docs-site/docs/docs/features.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@ The rows can be grouped by Type or Namespace
91
91
92
92
### Export to CSV + copy to clipboard
93
93
94
-
Click the header menu,`⋮`, and use `Export to CSV` to save the table content to a file.
95
-
Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
94
+
Use `Export to CSV`above the table to save the table content to a file or `Copy to Clipboard`.
95
+
You can also focus the Analysis tables and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
96
96
97
97
## 💾 Database
98
98
@@ -130,8 +130,8 @@ For SOQL rows, to the right of the Call Stack is SOQL Analysis which shows infor
130
130
131
131
### Export to CSV + copy to clipboard
132
132
133
-
Click the header menu,`⋮`, and use `Export to CSV` to save the table content to a file.
134
-
Focus the Analysis table and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
133
+
Use `Export to CSV`above the table to save the table content to a file or `Copy to Clipboard`.
134
+
You can also focus the DML/ SOQL tables and use `CMD / CTRL + c` to copy the table content to clipboard. This can then be pasted into a spreadsheet or other file.
0 commit comments