Y
Y
ykcyc2011-05-11 17:00:52
JavaScript
ykcyc, 2011-05-11 17:00:52

Speed-test for javascript code?

Are there ready-made solutions for testing the speed of execution of a particular javascript code, identifying problem areas, etc.? If so, share the links, otherwise I could not find anything in Google.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Korzunov, 2011-05-11
@ykcyc

In Firebug, chrome out of the box, in chrome with console activation (SpeedTracer), DynaTrace (IE \ FF)
There is also a product with the original name - JavaScript Performance Validator from a reputable (for me) company. Never reach his hands

A
antivir, 2011-05-11
@antivir

Some JS debugging tools are available in Firebug. See if it suits you.
firebug.ru/js.html

P
Pavlo Ponomarenko, 2011-05-11
@TheShock

Similarly, there is profiling in the built-in debugger in Chrome.

1
1nd1go, 2011-05-11
@1nd1go

I think jsperf.com/ will help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question