Questions tagged [ants]

ANTS is a propriety .NET memory profiler

ANTS is a propriety .NET memory profiler.

53 questions
0
votes
0 answers

How do you read the ANTS Graph in order to free up memory?

I have this project that is using up too much memory, and I suspect that I have found the culprits: These boys are the ones hogging up all the memory. Looking through, I then guess that the one's labeled as "no" are ones that I should try to…
0
votes
3 answers

module 'ants' has no attribute 'from_numpy'

I am working in a jupyter notebook, and used pip to install ANTsPy: pip install antspyx However, using the function from_numpy throws an error: import ants Im2Use=Im[0,:,:,:] fixed, moving, mytx=reg(Im2Use,…
Roche
  • 155
  • 1
  • 12
0
votes
0 answers

Probabilistic Atlas in Advanced Normalization Tools (ANTs)

thanks for reading. I´m new in the world of neuroimaging, where I want to quantify certain structures in the brain (Locus coeruleus), using ANTS and a Probabilistic Atlas of the Human Locus Coeruleu (https://www.nitrc.org/projects/lc_7t_prob/) The…
0
votes
1 answer

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 results. Is there anything that needs to be done?
Lokesh
  • 829
  • 2
  • 14
  • 26
0
votes
1 answer

Start profile button not enabled for .net core mvc application

I would like to profile the .net core web application using Ants profiler. Please see the below snapshot where the 'Start button' profile is not being enabled. Any help is highly appreciated.
0
votes
1 answer

ASP.NET MVC Performance Problem "Waiting for synchronization"

I'm using ANTS Performance Profiler to investigate a performance problem in an ASP.NET MVC app. The app asynchronously makes requests to controllers for different independent chunks of data using AngularJS services. When I use…
Brian
  • 5,826
  • 11
  • 60
  • 82
0
votes
0 answers

MemoryLeak with converter

While using converter as static resource in custom control Memory leak occurs even when the window is closed. Sample attached and please find the screenshot below. Can you please suggest any solution for this? Note: I have checked this in ANTS…
0
votes
0 answers

IIS using lots of CPU flushing the response

I have a APS.NET webapi which receives a request, performs a request to another API and returns the HttpResponse from that API back to the client (ie a proxy). Its using a heap of CPU, (much more than the internal API event though they are under the…
undefined
  • 33,537
  • 22
  • 129
  • 198
0
votes
1 answer

Find out which code run Entity Framework sql code

I have started using some Entity Framework profilers, such as ANTS and some other similar alternatives. After the profiler analyses, it list all the Entity Framework bottlenecks in SQL query format generated by Entity Framework. But I am unable to…
smoothumut
  • 3,423
  • 1
  • 25
  • 35
0
votes
1 answer

Generate profiling information as part of a .net assembly

Is there a tool that can help me profile .net applications by generating a file and then opening the file with a viewer. I want to be able to deploy my application and it will constantly generate profiling information, then when my issue reoccurs I…
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
0 answers

How i will be able to release port used by Ants Performance Software So That I Will be able to restart my IIS

I am facing one problem while using Ants Performance Software. I am using it for monitoring my IIS. I used it for monitoring my IIS for long hours like more than 8 hours.Then Ants Performance software got hanged And now I am not able to even stop…
Ompii
  • 3
  • 6
0
votes
0 answers

Single thread application Waiting for Synchronization in ANTS profiling tool

My windows application is single threaded. I have many calls to DB and working with List which is costing that's fine(I will try to improve it). However when i select Wall-Clock time Waiting For Synchronization shows 51!% and worst part is NO source…
Shrivallabh
  • 2,863
  • 2
  • 27
  • 47
0
votes
1 answer

Memory usage profiled in task manager and ANTS profiler

I am optimizing my silverlight application (in/out of browser) -memory optimization I used several memory profilers, including ANTS, .Net memory profiler. The tools gave the result that the allocated memory was 38-40 MB. But, when I was using task…
user2526236
  • 1,538
  • 2
  • 15
  • 29
0
votes
0 answers

What is Avg Time and Time in the ants profiler?

In the column of the ants profiler we can see Hit Count : the number of time which the instruction is called. Avg Time :? Time :? What is the difference between Avg Time and Time?
Omega
  • 1,539
  • 1
  • 11
  • 18
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,545
  • 23
  • 55