Code Profiling in the Windows Sidebar Environment
- by Matt
Does anyone know of a way I can code-profile my Windows Sidebar Gadget?
I've played around with the code-profiling tool in IE8's "Developer Tools" and the code-profiling included in Visual Studio 2010, but I can't find a way to include the System.* API, which my gadget relies on (as it is standard in the Sidebar environment). The gadget also relies on cross-domain AJAX requests; which is normally permitted in the Sidebar environment.
By code-profiling I primarily mean:
Function call count
Function execution time
Any ideas would be much appreciated.
Regards,
Matt