Linked Questions

3 votes
8 answers
5k views

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?
Itay.B's user avatar
  • 4,129
7 votes
3 answers
12k views

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 ...
chrisg's user avatar
  • 41.8k
8 votes
3 answers
3k views

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 ...
Sreekumar P's user avatar
  • 6,068
1 vote
1 answer
3k views

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 ...
Siva's user avatar
  • 11
-1 votes
2 answers
3k views

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 ...
praveenDM's user avatar
0 votes
3 answers
646 views

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?
user1542794's user avatar
0 votes
2 answers
174 views

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 ...
NNP's user avatar
  • 3,461
0 votes
1 answer
257 views

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 ...
PanLukasz's user avatar
2182 votes
20 answers
756k views

How do I find areas of my code that run slowly in a C++ application running on Linux?
Gabriel Isenberg's user avatar
743 votes
9 answers
777k views

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 ...
Mahdi Tahsildari's user avatar
82 votes
19 answers
43k views

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 ...
Gareth Simpson's user avatar
21 votes
7 answers
23k views

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 ...
webnoob's user avatar
  • 16k
20 votes
4 answers
24k views

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, ...
Fire Lancer's user avatar
  • 30.3k
6 votes
8 answers
2k views

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....
Malfist's user avatar
  • 31.9k

15 30 50 per page
1
2 3 4 5
10