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? -- -- 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.
