Skip to content

Commit 6a311ca

Browse files
authored
Detail how to add symbols to samply's output (zed-industries#43472)
Release Notes: - N/A
1 parent 51e97d3 commit 6a311ca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/performance.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ How to use our internal tools to profile and keep Zed fast.
44

55
See what the CPU spends the most time on. Strongly recommend you use
66
[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.
12+
13+
<img width="851" height="613" alt="image" src="https://github.com/user-attachments/assets/cbef2b51-0442-4ee9-bc5c-95f6ccf9be2c" />
814

915
# Task/Async profiling
1016

0 commit comments

Comments
 (0)