I have a .net video processing application, that, when given a large streaming image sequence (a video) is sometimes not delivering a real time frame rate on the output. The processing steps include executing several methods on an incoming frame. What is an effective way (maybe a ready to use library) in .net to profile method execution? (know exactly which method took how much time to see at what step we have a jams)
            Asked
            
        
        
            Active
            
        
            Viewed 2,396 times
        
    1
            
            
        - 
                    Possible duplicate of http://stackoverflow.com/questions/3927/what-are-some-good-net-profilers. – Niklas B. Mar 13 '12 at 21:07
- 
                    Not to be a guesser, but are your methods new-ing things? That could be a killer. – Mike Dunlavey Mar 13 '12 at 21:12
 
    