Questions tagged [ants]

ANTS is a propriety .NET memory profiler

ANTS is a propriety .NET memory profiler.

53 questions
2
votes
1 answer

C# Application need more memory with each call

I develop an application that creates a bunch of pdf reports with a sql as data srouce. In this graphic you can see the allocated space of this application when do a job with 500,100,100 and 500 PDF Files. The Problem is, that the allocated space…
hdev
  • 6,097
  • 1
  • 45
  • 62
2
votes
2 answers

Identifying Memory leak

I guess I'm have a serious memory leak on one of my C# executables (it's a console application). The memory size keeps on increasing and overtime I need to restart the application to bring the memory usage down. I'm using a FileSystemWatcher and…
user726720
  • 1,127
  • 7
  • 25
  • 59
1
vote
2 answers

Cannot install antspyx (no local ITK installation found, but ITK is installed)

I tried to install antspyx via pip install antspyx. Why does pip not found my local ITK installation? It is installed in /usr/lib (package insight-toolkit installed via pacman).
MSco
  • 31
  • 5
1
vote
1 answer

ITK(in ANTs) occurs error : no orthonormal definition found

ANTs open source provides transform functions that can move(frequently referred as normalizing or registration in neuroscience) one's brain MR image to other's brain MR image. But I got an error below : not all MR images but some MR images make…
임승원
  • 67
  • 7
1
vote
1 answer

.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 virtual server because it was not an option to…
user886136
1
vote
1 answer

Missing source code using MSTest with ANTS Performance Profiler

We're working on a project for a customer that uses ASP.NET C# with EF 6 and .Net Framework 4.6.1. We have some Integration Tests and Unit Tests which are running a bit slow, so we decided to run a profiler. In our searches, we came across ANTS…
Giuliana
  • 99
  • 1
  • 6
1
vote
0 answers

How to track down what is stopping an application from closing

My .net application process will not stop running. I can use ANTS to profile it, but all examples talk about increasing memory and new instances. How do I find out what is preventing the application from exiting. I have done snapshots while the…
darbid
  • 2,545
  • 23
  • 55
1
vote
2 answers

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 getting half a dozen users submitting at once it…
Beannie
  • 79
  • 1
  • 5
1
vote
0 answers

Ants memory profiler how to find the cause of memory leak

My page is crashing after some time on Azure. I have this snapshot summary: Then I check Gen 2, and as far I understand we are looking for the one who is consuming the most memory or amount of instances: I clicked System - Byte[] instance…
sensei
  • 7,044
  • 10
  • 57
  • 125
1
vote
1 answer

ReBus Application shows Message Queue Performance Issue in ANTS Profiler

We have web Application built in AngularJS, ReBus and NHibernate. While working on Performance optimization, REDGATE's ANTS Profiler shows that most of the time required to execute MessageQueue.StaleSafeReceiveMessage And Call Graph will look like…
Constant Learner
  • 525
  • 4
  • 13
  • 30
1
vote
1 answer

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 optimize the "Assembly load or unload" time?? My…
Ajit Goel
  • 4,180
  • 7
  • 59
  • 107
1
vote
0 answers

How I can display User and Kernel time using ants profiler

I'm profiling a code but I want to know if Ants can display Userprocesstime and Kernelprocesstime(Privilegedprocesstime) because I can find just options (Cpu time & wall clock time)
Omega
  • 1,539
  • 1
  • 11
  • 18
1
vote
0 answers

Profiling memory consumption of WPF application

I have my styles and templates defined in multiple xaml files. I have one xaml file called colors.xaml which is just a resource dictionary with colors and brushes. All other files reference this resource dictionary. After reading…
Mefhisto1
  • 2,188
  • 7
  • 34
  • 73
1
vote
1 answer

ModelBinder Request.Content.ReadAsStringAsync performance

I have a custom ModelBinder, which, when I load test my app, and run Ants profiler on, identified reading the Request.Content as string as a hotspot: public class QueryModelBinder : IModelBinder { public bool BindModel(HttpActionContext…
Alex
  • 37,502
  • 51
  • 204
  • 332
1
vote
0 answers

Why is Unity (P&P) loading very slow in Windows XP 64 bit SP2?

I've created a new Windows Forms .NET v3.5 solution and added Patterns and Practices Unity references with the following command using Package Manager Console on visual studio: Install-Package Unity -Version 2.1.505.2 To simplify, the little app…
Beno
  • 721
  • 1
  • 10
  • 32