Possible to profile JavaScript through Active Scripting?

Uwe KeimUwe Keim Posts: 46 Bronze 3
edited December 8, 2015 8:20AM in ANTS Performance Profiler 9
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)?

Comments

Sign In or Register to comment.