Code Profiling in the Windows Sidebar Environment
        Posted  
        
            by Matt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt
        
        
        
        Published on 2010-05-12T17:29:46Z
        Indexed on 
            2010/05/12
            17:34 UTC
        
        
        Read the original article
        Hit count: 419
        
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
© Stack Overflow or respective owner