Possible to profile JavaScript through Active Scripting?
Uwe Keim
Posts: 48 Bronze 3
In my .NET WinForms application, I'm using the Microsoft Active Scripting (IActiveScript et. al. interfaces) to provide scripting for my application.
I.e. my .NET code can instantiate an active scrtipting host and call JavaScript which in turn can call back to my .NET code.
My question:
Are there any ways to make ANTS Performance Profiler be aware of my scripts and allow me to profile these (i.e. see which JavaScript functions take how much time)?
I.e. my .NET code can instantiate an active scrtipting host and call JavaScript which in turn can call back to my .NET code.
My question:
Are there any ways to make ANTS Performance Profiler be aware of my scripts and allow me to profile these (i.e. see which JavaScript functions take how much time)?
Comments
I hope that this answers your question, even though it is a no. Please don't hesitate to contact support if you have any further queries!
I've actually managed to implement Active Scripting Profiling.
As you said, the information that the profiler provides are rather useless.
Thanks again for your help!