You could try unittest_js'[1] benchmark function. It's at the very end
of the file. It'll help with the timing. Other than that, you may like
the page speed extension for firebug.

[1] http://github.com/tobie/unittest_js/blob/master/assets/unittest.js

Allen Madsen
http://www.allenmadsen.com



On Thu, Nov 19, 2009 at 9:48 AM, Jean-Philippe Encausse
<jp.encau...@gmail.com> wrote:
> Hi,
>
> I'm looking for a way to analyse all my javascript code to:
> - Count function call
> - Check time spend in each function
> - Understand bottlenecks
>
> => Is there existing libs to do this ? (Seems firebug do not do that).
> => Is there a way to "proxy" Functions.prototype to performs bench on
> function calls ?
>
> Best Regards,
> Jp
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Prototype: Core" group.
> To post to this group, send email to prototype-core@googlegroups.com
> To unsubscribe from this group, send email to 
> prototype-core-unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/prototype-core?hl=en

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to 
prototype-core-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en

Reply via email to