ants

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 error(-2147467259): __kmp_setaffinity: SetThreadAffinityMask: Unspecified error OMP abort: fatal system error detected. The program profiles...

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 profiling session I can choose between IIS hosted- and dev server hosted asp.net web application. One of these look like the most logical opt...

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

Hi; 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 optimize the "Assembly load or unload" time?? My ASP.Net application consists of nearly 10 project\dll references. The asp.net applicati...

How to know If an element is going to be render out of bounds?

Hello all, I am currently developing a control that shows a "linked label" everytime the user adds a visual item to another UI component. When that happens, I link the label in the control to the item added and by clicking over the label the item in the list will be shown. Well, the problem is that this control can be included in a Fi...

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 features lets you visualize the global roots of a running program complete with the number of references to values of different types. How does...

spring.net autowired and ants profiler

Is someone using spring.net with autowire to instantiate repositories in asp.net? Have you ever tried to profile your app with redgate ants? Profiling my app I can see the app seems to have some performance problems with spring at every request. do you have a similar experience? ...