Click here to Skip to main content
15,885,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I'm looking for a JavaScript profiling tool which is external to the browser.

I have a project where there's a website which interacts with an object for scripting on the C# side via a number of JavaScript scripts.

This is done via the .Net WebBrowser control and as such I do not have access to the traditional developer tools one now expects from a browser.

I'm sure I've seen tools which run external to the browser and provide performance profiling information but I can't remember what it is.

I know there are libraries which can be added to the HTML content. I'm trying to avoid this to limit the impact on performance whilst profiling.

Any help appreciated.

Regards,

Steve
Posted
Comments
Sergey Alexandrovich Kryukov 28-Feb-15 23:49pm    
I'm afraid some profiler would be hard to create, because JavaScript implementations sit inside the browsers. Hooking it up the way needed for profiling means being the insider of the browser and, hence, operate only with one specific browser vendor. Maybe, I'm missing something, but this is how I understand it at the moment.

That said, "libraries which can be added to the HTML content" look pretty much unavoidable. Perhaps you have to think at the workflow when you add such libraries during development and eventually remove them before deployment of production version. Just the idea...

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900