Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
310 views

Why would GetMessageW take up massive CPU usage in my WPF application?

I've got a serious head-scratcher on my hands here. I'm investigating performance issues with a WPF component in our application. Our .net application is very large, and almost entirely in windows ...
3
votes
1answer
899 views

Attaching ants performance profiler to asp.net-mvc site fails

Currently my asp.net-mvc site makes the w3wp.exe process cpu run at 100%. I figured red-gate's ants profiler should be able to give me some clues as about where I should be looking. When I start a ...
2
votes
3answers
110 views

How do I run a memory profiler on our test projects?

All, Something's wrong with our test project throwing OOM exceptions, and I suspect the problem is us. We're holding references somehow and memory is never being released. So, I'd like to run a ...
2
votes
1answer
261 views

ASP.Net CPU 100%

I have a fairly large and complex ASP.Net application which uses ASP.Net / C# 3.5 / SQL Server 2005 / LINQ to SQL. When a single user is using the system it runs very quickly, however once we start ...
1
vote
1answer
146 views

.NET MVC memory profiling questions

I am doing some research on the memory usage of ASP.NET MVC web applications. For my research i am using Windows Server 2008 R2 with IIS 6.1 and SQL Server 2008 R2 in Virtualbox 4.1. I chose to use a ...
1
vote
2answers
254 views

Obtaining global roots from .NET programs

I recently started using the ANTS profiling tools for production work. Aside from being amazed by their awesomeness, I couldn't help but wonder how they work. For example, one of the most useful ...
1
vote
1answer
134 views

Ants Profiler: How to optimize time spend in “Assembly load or unload”

I am using Ants Profiler to profile my ASP.Net application. The profiler shows the system spend nearly 30% time in "Assembly load or unload" and there was a hit count of 65. Any ideas on how can I ...
1
vote
1answer
183 views

ANTS 4 OMP abort error

I have downloaded the trial versions of ANTS and dotTrace profilers. When profiling in ANTS, at a certain point the program stops and I get this error in a Console window: system ...
0
votes
3answers
69 views

What is Time and Hit Count in ANTS Profiler

I start to evaluate Red Gate's ANTS Profiler to profile my WPF application. I read through the online support/documentation and can't seem to find explanation for the basics (and I don't know why ...
0
votes
1answer
71 views

Ants profiler is not showing the results

I am using the ants profiler to see performance problems. I have compiled my windows application in release mode and started the Ants profiler, but once I click the stop profiler, I can't see any ...
0
votes
3answers
180 views

What is the core difference between for and foreach in ant script?

What is the main difference between for and for each. I am working with websphere mqfte to transfer files using ant scripts. I need my files to renamed and send to another folder as below : eg: ...
-1
votes
1answer
151 views

Profiling ASP.NET site with Red-Gate Ants Profiler 6.3

I have an asp.net site that i'm trying to profile with Ants Profiler 6.3 but I am having some issues. I can't profile from IIS using either original port or a custom port. IE will open and then show a ...