Detail how to add symbols to samply's output (#43472)

Release Notes:

- N/A
This commit is contained in:
David Kleingeld
2025-11-26 15:46:17 +00:00
committed by GitHub
parent 51e97d343d
commit 6a311cad11
+7 -1
View File
@@ -4,7 +4,13 @@ How to use our internal tools to profile and keep Zed fast.
See what the CPU spends the most time on. Strongly recommend you use
[samply](https://github.com/mstange/samply). It opens an interactive profile in
the browser. See its README on how to install and run.
the browser (specifically a local instance of [firefox_profiler](https://profiler.firefox.com/)).
See [samply](https://github.com/mstange/samply)'s README on how to install and run.
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.
<img width="851" height="613" alt="image" src="https://github.com/user-attachments/assets/cbef2b51-0442-4ee9-bc5c-95f6ccf9be2c" />
# Task/Async profiling