From 36841442dc779bc4bcb61d11155cd1e42765321b Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Tue, 9 May 2023 12:22:14 +0200 Subject: [PATCH 1/2] Create guide-removing-profiler.md --- docs-user/guide-removing-profiler.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs-user/guide-removing-profiler.md diff --git a/docs-user/guide-removing-profiler.md b/docs-user/guide-removing-profiler.md new file mode 100644 index 0000000000..1fbd4832fb --- /dev/null +++ b/docs-user/guide-removing-profiler.md @@ -0,0 +1,4 @@ +# Removing profiler +To remove the Firefox Profiler from the toolbar, right-click on the Profiler icon and choose "Remove from Toolbar" in the context menu. + +The Firefox Profiler is built in Firefox. The icon is only a menu button (that you can remove). There is no need and no way to remove the whole Firefox Profiler. From 8a27f359cd0861ab5b9924fa38007e128dce3653 Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Tue, 9 May 2023 12:28:15 +0200 Subject: [PATCH 2/2] Update _sidebar.md with removing Profiler guide --- docs-user/_sidebar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-user/_sidebar.md b/docs-user/_sidebar.md index 4374d7abae..4eadca5d73 100644 --- a/docs-user/_sidebar.md +++ b/docs-user/_sidebar.md @@ -9,6 +9,7 @@ * [Remote Profiling](./guide-remote-profiling.md) * [Profiling directly on the device](./guide-profiling-android-directly-on-device.md) * [Memory Allocations](./memory-allocations.md) + * [Removing Profiler](./guide-removing-profiler.md) * [Advanced Topics](./advanced-topics.md) * [Profiling Firefox Startup & Shutdown](./guide-startup-shutdown.md) * [Perf profiling on Linux](./guide-perf-profiling.md)