You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prototype: Core
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
Allen Madsen
unread,
Nov 19, 2009, 1:02:18 PM11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prototy...@googlegroups.com
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.