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: docs/src/performance.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@ How to use our internal tools to profile and keep Zed fast.
4
4
5
5
See what the CPU spends the most time on. Strongly recommend you use
6
6
[samply](https://github.com/mstange/samply). It opens an interactive profile in
7
-
the browser. See its README on how to install and run.
7
+
the browser (specifically a local instance of [firefox_profiler](https://profiler.firefox.com/)).
8
+
9
+
See [samply](https://github.com/mstange/samply)'s README on how to install and run.
10
+
11
+
The profile.json does not contain any symbols. Firefox profiler can add the local symbols to the profile for for. To do that hit the upload local profile button in the top right corner.
0 commit comments