I've been using Firebug to profile a javascript elastic particle simulation. My most recent change was to move the simulation code to a worker thread separating it from rendering code.
However, Firebug doesn't yet support profiling for Worker threads. (bugs #507783 and #560314)
Are there any javascript profiling libraries that work with web workers?
How should I profile my code?