Activity overview
Latest activity by wsadiq
So the mistery is solved. I did not see the "Hide insignificant methods" check box. Once I unchecked it, all 77 methods showed up. The difference on the slowest methods between the two version is because of the CPU time vs Wall-clock time.
Thanks for your help. / comments
So the mistery is solved. I did not see the "Hide insignificant methods" check box. Once I unchecked it, all 77 methods showed up. The difference on the slowest methods between the two version i...
Also version 2.x summarized the results on the sumamry page and grouped the summary in general section, slowest lines of code section and slowest methods section. Is there any way to get that kind of at a glance summary?
Thanks. / comments
Also version 2.x summarized the results on the sumamry page and grouped the summary in general section, slowest lines of code section and slowest methods section. Is there any way to get that kind...
I did not go through all the methods but one of the methods that is missing is also one of the slowest methods indicated by the older version. That method spends a lot of time waiting for a response to come back from a remote server so it makes sense.
That method is in the same source files as some of the other methods that are shown. The pdb files are in the same directory as the exe. I tried profiling through visual studio and by launching it manually and locating the directory myself with the same result.
I am sure there is a simple explanation but I cannot figure it out.
Thanks. / comments
I did not go through all the methods but one of the methods that is missing is also one of the slowest methods indicated by the older version. That method spends a lot of time waiting for a respon...
Performance profiling
I had been using ANTS profiler version 2.7.1.20 and have just upgraded to 4.3.0.198. Running the two versions on the same .NET executables, I am gettign results that are quite different from each ...