Loading tools/profiler/docs/index.rst +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Gecko Profiler The Firefox Profiler is the collection of tools used to profile Firefox. This is backed by the Gecko Profiler, which is the primarily C++ component that instruments Gecko. It is configurable, and supports a variety of data sources and recording modes. Primarily, it is used as a stastical profiler, where the execution of threads that have been it is used as a statistical profiler, where the execution of threads that have been registered with the profile is paused, and a sample is taken. Generally, this includes a stackwalk with combined native stack frame, JavaScript stack frames, and custom stack frame labels. Loading Loading
tools/profiler/docs/index.rst +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Gecko Profiler The Firefox Profiler is the collection of tools used to profile Firefox. This is backed by the Gecko Profiler, which is the primarily C++ component that instruments Gecko. It is configurable, and supports a variety of data sources and recording modes. Primarily, it is used as a stastical profiler, where the execution of threads that have been it is used as a statistical profiler, where the execution of threads that have been registered with the profile is paused, and a sample is taken. Generally, this includes a stackwalk with combined native stack frame, JavaScript stack frames, and custom stack frame labels. Loading