Comment #9 on issue 22948 by [email protected]: web pages eating lots of CPU http://code.google.com/p/chromium/issues/detail?id=22948
Pretty much all CPU usage after the initial page load is done via timers firing. The first stack shows that it is in javascript on a timer callback, the second is in a timer callback - in the overhead of the timer processing. Have you tried looking at the profiler? It might show you something interesting. (under the web inspector) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
