Questions tagged [red-gate-ants]

58 questions
0
votes
1 answer

Is my WPF UserControl being leaked through something I am doing wrong?

This is the first time I have used a profiler and thus also my first time for the ANTs Memory Profiler. I have set up a test to isolated 2 user controls (written by me) on a test window called "WindowTest" On WindowTest there is a user control…
darbid
  • 2,184
  • 19
  • 44
0
votes
2 answers

IIS Memory Usage

I start MVC app hosted in IIS. Open Task Manager and see that process uses about 55 MB. If to check the memory usage in one of the .net profiler it shows that Total sizes of objects : 1.93MB Memory allocated for .NET app: 17.46 Private Bytes :…
melnynet
  • 59
  • 1
  • 7
0
votes
1 answer

Is it possible to view on Cache Worker Role (CacheService) which objects were cached

I want to monitor which objects store in the cache and in the session when I use cache worker role. My memory is growing up and I want to figure out the problem. Sounds like I cache something a lot but I can't find exactly what I cached. I tried Red…
Sergey
  • 7,347
  • 14
  • 46
  • 76
0
votes
2 answers

Understanding graph generate by ANTS profiler

I am profiling memory usgae in my application using ANTS profiler and it shows that large amount of memory is held up in generation 2 by Excell cell object. Application is using EPPlus library to generate excel file. I am attaching some of the graph…
SharpCoder
  • 15,708
  • 34
  • 126
  • 225
0
votes
1 answer

What are these DebugManager and WinIOErrors inside the Workflow invoke method?

I'm running the ANTS Performance Profiler in my windows service to optimize it. So I found out that the execution of one of my workflow is about 436 milliseconds. I drilled down each methods being executed inside the invoke method of my workflow and…
hisoka21
  • 785
  • 1
  • 11
  • 19
0
votes
1 answer

Unable to resolve memory leaks with ANTS RedGate Memory Profiler

we are developing a WPF application using Prism 4 and are experiencing serious memory leaks because of resources not being released. We are using ANTS Memory Profiler to detect which classes are preventing the garbage collector from freeing the…
Anthares
  • 1,023
  • 1
  • 13
  • 30
0
votes
2 answers

Red Gate Profiler equivalent for Objective-C Mac / iPhone

I love the profiling tools that Red Gate makes for when I write in C#. Right now I am writing an application for iPhone in Objective-C and I am having a hard time adjusting to Instruments. It's just not as easy to use. Does anybody have a better…
Kevin
  • 3,500
  • 4
  • 26
  • 33
0
votes
1 answer

How to profile a web application with Attach to a Net 4 Process option using ANTS Profiler?

Can anyone tell me how to use the Attach to a Net 4 process option in ANTS Profiler for a web application? I can see it is available for console application(.exe) but not for web applciation. Pls help
user998594
  • 19
  • 5
0
votes
1 answer

Is ANTS Performance Profile able to track AJAX calls in an web application?

I have a web application where I use simple AJAX calls using jQuery in my pages. I just want to know whether ANTS Performance Profiler will track the AJAX calls and show the results for AJAX calls also just a normal method.
user998594
  • 19
  • 5
0
votes
1 answer

redgate ants profiler instrumentation like Enterprise library 5 Logging TraceManager

Is it possible to use Ants profiler instrumentation component api like enterprise library logging/instrumentation? I want to instrument certain part of my application on end user's machine. I also want it to be configurable, so that it wont kick-off…
RockWorld
  • 1,292
  • 2
  • 11
  • 24
0
votes
2 answers

Can you search in current project and all referenced projects within solution?

I have some memory leaking. I am creating a big object graph and then derefencing it. var a = MyDomainModel.Create(); a = null; //GC.Collect(); Console.ReadLine(); There is no unmanaged stuff in there. JustTrace and ANTS (version 6) are both…
Tormod
  • 4,093
  • 1
  • 25
  • 45
0
votes
2 answers

Performance issues when running site in visual studio vs profiling

This is a very strange issue that I am experiencing, and almost goes against anything logical that I can think of. I am currently profiling a website which we are building, which sometimes takes 5 seconds for a page to load. This happens both on…
Karl Cassar
  • 5,381
  • 7
  • 42
  • 82
0
votes
0 answers

Redgate ANT performance profiler seems to get stuck in an infinite loop while profiling even though the app never goes into an infinite loop

I run ANT profiler pointing it at IIS with my credentials. When i start profiling, the home page comes up, but when I hit a certain page, ANT just seems to get stuck in some infinite loop trying to profile the application. I can highlight the…
ttomsen
  • 778
  • 8
  • 15
1 2 3
4