On Saturday, May 18, 2013 10:10:50 PM UTC+4, Marjan Panic wrote:
>
> CPU Profile inside Dev Tools is awesome and useful, but the problem is 
> that it works only inside Main Thread, and that doesn't cover Web Workers 
> Threads.
> In theory, it should be possible to get some numbers and stats with V8 
> profiler:
> https://developers.google.com/v8/profiler_example
>
> However, currently V8 works only on Linux, and it's not possible to use it 
> on OS X.
>
> What can be done to add Web Workers CPU Profiling support to Chrome Dev 
> Tools?
>
>
CPU Profiling support is there for web workers. You have to open a DevTools 
window for a particular worker.
Look for the Workers sidebar panel under Sources tab. Then you'll be able 
to debug, cpu and heap profile the worker.
Here's a blog post on that: 
http://blog.chromium.org/2012/04/debugging-web-workers-with-chrome.html

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to