Linked Questions
149 questions linked to/from What Are Some Good .NET Profilers?
3
votes
8
answers
5k
views
.Net performance tool [duplicate]
Possible Duplicate:
What Are Some Good .NET Profilers?
Does someone know which tool can I use to see which function in my .Net dll take so long?
7
votes
3
answers
12k
views
Tools for Memory leaks in .Net executable [duplicate]
Possible Duplicate:
What Are Some Good .NET Profilers?
I am trying to test an application in Windows for memory leaks. I have looked at Linux alternatives (eg. Valgrind) and I am looking for a ...
8
votes
3
answers
3k
views
Tools to monitor performance of C# methods [duplicate]
Possible Duplicate:
What Are Some Good .NET Profilers?
I am really not sure if such a tool or Addins exits to monitor the performance(time elapsed) of each methods/line of code.
I heard something ...
1
vote
1
answer
3k
views
Application memory usage tracking [duplicate]
We have C#.Net windows application and i need to know how to get the memory consumption details of my application. I already tried System.Diagnostics.Process to get the current process memory ...
-1
votes
2
answers
3k
views
Performance measurement of .NET application [duplicate]
I have converted 32-bit application to 64-bit. How do I measure performance of application in both versions.
Is there any benchmarking/ performance measurement tool/dll?
Is it possible to measure ...
0
votes
3
answers
646
views
Performance/Memory profiling for a C#/XAML App [duplicate]
I am currently working on a C#/XAML application, I need to do performance profiling to figure out XAML bottlenecks. Any good profilers/tools available?
0
votes
2
answers
174
views
What is the best and easy way to do memory profiling? [duplicate]
Possible Duplicate:
What Are Some Good .NET Profilers?
What's the best tool to track a process's memory usage over a long period of time in Windows?
What is the best and easy way to do ...
0
votes
1
answer
257
views
Monitoring of .net applications at runtime [duplicate]
There is a system composed of an ASP.NET web application, .NET windows services and shared .NET libraries. It has large number of classes, each containing multiple methods.
How to conveniently ...
2182
votes
20
answers
756k
views
How do I profile C++ code running on Linux? [closed]
How do I find areas of my code that run slowly in a C++ application running on Linux?
743
votes
9
answers
777k
views
Calculate the execution time of a method
I have an I/O time-taking method which copies data from a location to another. What's the best and most real way of calculating the execution time? Thread? Timer? Stopwatch? Any other solution? I want ...
82
votes
19
answers
43k
views
Any decent C# profilers out there? [closed]
I need a C# profiler.
Although I'm not averse to paying for one, something which is free or at least with a trial version would be ideal since it takes time to raise a purchase order.
Any ...
21
votes
7
answers
23k
views
ASP.NET Website Memory Usage quite high
I have an ASP.NET website that will hit about 2gb physical memory used within about 3-4 days, which to me sounds really bad. At the moment, I have configured IIS to restart the app pool process when ...
20
votes
4
answers
24k
views
Profiling in Visual Studio 2008 PRO
How do I use the profiler in Visual Studio 2008?
I know theres a build option in Config Properties -> Linker -> Advanced -> Profile (/PROFILE), however I can't find anything about actauly using it, ...
6
votes
8
answers
2k
views
Where can I find a profiler for C# applications to be used in Visual Studio 2008? [closed]
I'm looking for a profiler for my C# application being developed in Visual Studio 2008. I am looking for something that is inexpensive (open sourced is preferred) and that it can integrate into VS2008....