tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit e915c14e16844649816d88a0f694a7066453285c
parent 59c2bad9f0fb05ef777ff974e7bbac6fd622bafb
Author: Markus Stange <mstange.moz@gmail.com>
Date:   Fri,  7 Nov 2025 17:51:14 +0000

Bug 1995346 - Tweak simpleperf + samply documentation, make it work for try builds. r=acreskey

Differential Revision: https://phabricator.services.mozilla.com/D269250

Diffstat:
Mdocs/performance/profiling_with_simpleperf.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/performance/profiling_with_simpleperf.md b/docs/performance/profiling_with_simpleperf.md @@ -42,7 +42,7 @@ directory once profiling is done. `samply`. ``` -samply import perf.data --breakpad-symbol-server https://symbols.mozilla.org/ +samply import perf.data --breakpad-symbol-server https://symbols.mozilla.org/try/ ``` And that’s it! This should open a browser with the profile data. Example: @@ -50,8 +50,8 @@ And that’s it! This should open a browser with the profile data. Example: The `--breakpad-symbol-server` argument is needed when you profile official Firefox Release / Nightly builds, in order to get Firefox C++ / Rust symbols. If -you’re profiling a build with your own Gecko, you need to tell samply about your -object directory: `--symbol-dir gecko-android-objdir/dist/bin` +you’re profiling a local build (non-artifact), you need to tell samply about your +object directory, with `--symbol-dir gecko-android-objdir/dist/bin` ## Advanced Usage