.net - What are the key differences between Visual Studio Team Systems profiling tools and tools like ANTS or dotTrace? -
I try to understand the main difference between the profiling tool created in the Visual Studio Team system and the difference provided by those third parties I am doing Red Gate and Jet Minds
Can anyone provide some links? I have a hard time finding some good comparisons.
VS (And older version of anti) Checkpoint is based on the action that is being taken before and after you start the profile, press the button. If you remember your window, or just want to see something else, then you have to start the profile again from the beginning.
A new version of ANTS presents a continuous graph. You can, at any time, select all or part of the graph. It makes it very easy to explore the program as well as focusing on the areas of your interest.
I find it more enjoyable to use ants (both versions). The screen is easy to read, you can limit the view to specific threads, you can see wall time versus CPU time (wall timing is important for I / O performance), the report looks good, these pictures Produces which management can understand. Everything, I really like the device.
Comments
Post a Comment