Is it possible to use jsmeter for analysis of performance of javascript on my own application?
I am not talking about .js files, I want to measure the performance of javascript on my asp.net application pages.
Are there any other tools for same purpose?
Is it possible to use jsmeter for analysis of performance of javascript on my
Share
You can use build-in browser profiles. For example Chrome profiler or Firebug for Firefox to measure the time of execution.