Activity overview
Latest activity by jreis
No, we're not using Application.Run in either of the applications I used to test this. / comments
No, we're not using Application.Run in either of the applications I used to test this.
I thought I'd try another Windows Forms application, and sure enough, same thing. My Stopwatch code reports 183ms, while ANTS reports 21+ seconds.
Something is most certainly wrong here.
Could it be the hardware? I never had problems like this on my T42 Thinkpad. I've got a Dell Latitude D820 now. I'm wondering if that Core Duo is messing things up. <shrug>
Jason / comments
I thought I'd try another Windows Forms application, and sure enough, same thing. My Stopwatch code reports 183ms, while ANTS reports 21+ seconds.
Something is most certainly wrong here.
Could it ...
Results Discrepancy
I just finished profiling a Windows Forms application I'm working on, and one of the methods is listed as taking over 800 seconds to run. I added a little code where that call occurs to use the St...