Activity overview
Latest activity by BrcSen
                    
                      
                        I just tried to select Async Mode under View before pressing executing the code I was trying to profile. This gives the result:  
Stopwatch: 458056ms 
Wall Time: 442265ms 
CPU Time: 372429ms  
The wall-clock time is much more accurate now, thanks [image]  
When should I use async vs sampling? / comments
                        
                        
                        
                      
                      
                      
                
                  I just tried to select Async Mode under View before pressing executing the code I was trying to profile. This gives the result:
Stopwatch: 458056ms
Wall Time: 442265ms
CPU Time: 372429ms
The wall-c...
                      
                    
                  
                    
                      
                        Wrong time displayed
                        
                        
                        
                        
                      
                      
                      
                
              Hi
Im trying to profile some code in a backgroundworker (wpf application, .net 4.0 Client Profile). The pseudocode is:
void bw_DoWork(object sender, DoWorkEventArgs e)
{
    var stopWa...