Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox plugin CPU usage

I need to collect data on firefox CPU usage during web-development coding session and I'm wondering if it is possible to monitor CPU usage of particular firefox plugin.

Right now i'm using windows' perfmon.msc, but it will only allow me to monitor firefox process as a whole.

Do you know any tools that would allow me to get CPU data from a plugin? Is it possible at all ?

like image 430
CountZero Avatar asked Mar 20 '09 08:03

CountZero


People also ask

Why are there so many Firefox exe processes running?

This is normal. For some time now, Firefox has been using a feature called multiprocessing. Many other programs use the same approach. Rather than running everything in a single Firefox process, the various parts of Firefox are split into different processes.

How do you tell what is slowing down Firefox?

Task Manager - see what tabs or extensions are slowing down Firefox. Firefox's "about:performance" page shows you what tabs or add-ons are making Firefox slow.


1 Answers

Actually Firefox does have a built-in "Task-Manager" for a few years now. Just type about:performance in the URL. It shows Name, Type, Energy Impact and Memory of each tab and add-on.

If you want to dig deeper Shift + F5 opens the performance tool where you can record e. g. opening a website and look into timings etc.

like image 168
Pauloco Avatar answered Oct 24 '22 22:10

Pauloco