Bug 1951529 - Fix broken link to samply documentation in firefox source docs. DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D240225
This commit is contained in:
Markus Stange
2025-03-03 21:05:36 +00:00
parent 73428db218
commit c4ca2f7a21

View File

@@ -29,7 +29,7 @@ explains how to use the Gecko profiler.
## Profiling and performance tools
* [JIT Profiling with perf](jit_profiling_with_perf.md) Using perf to collect JIT profiles.
* [JIT Profiling with samply]jit_profiling_with_samply.md) Using samply to collect JIT profiles
* [JIT Profiling with samply](jit_profiling_with_samply.md) Using samply to collect JIT profiles
* [Profiling with simpleperf](profiling_with_simpleperf.md) `simpleperf` is the Android equivalent of Linux's `perf`
* [Profiling with Instruments](profiling_with_instruments.md) How to use Apple's Instruments tool to profile Mozilla code.
* [Profiling with xperf](profiling_with_xperf.md) How to use Microsoft's Xperf tool to profile Mozilla code.