What .NET profiler do you use?
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
Pakl wrote:
What .NET performance profiling tool do you use, if any?
None. I've been curious to, but haven't gotten around to it yet. Marc
People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith -
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
Red Gate Ants Profiler. It's been pretty good; they've got some instrumentation errors dealing with some advanced generics that have been show-stoppers for us. But the support has been great and they're prompt to answer and help you solve the problem. The tool itself, which includes both a performance profiler and a memory profiler, are great. I definitely recomment it.
Tech, life, family, faith: Give me a visit. I'm currently blogging about: 4 Exorcism Psalms from the Dead Sea Scrolls The apostle Paul, modernly speaking: Epistles of Paul Judah Himango
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
DevPartner Community Profiler CLR Profiler
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
ants by red gate software. it does the job, no complaints other than one: it has a service that runs *all the time* whether you are debugging or running visual studio or whatever. While it's probably not an issue and maybe not even unique to them it bugs the hell out of me when there is stuff running on my computer that doesn't need to be.
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
-
What .NET performance profiling tool do you use, if any? Experiences? Suggestions? TIA pakl
I like the Jet Brains profiler. It's got some nice views that help you find bottlenecks fast.
Using the GridView is like trying to explain to someone else how to move a third person's hands in order to tie your shoelaces for you. -Chris Maunder