¡@

Home 

c# Programming Glossary: ants

How can I debug SessionStateModule/REQUEST_AQUIRE_STATE taking > 100 seconds on half of my requests?

http://stackoverflow.com/questions/11250167/how-can-i-debug-sessionstatemodule-request-aquire-state-taking-100-seconds-on

around 100 seconds then the page completes successfully . ANTS Profiler reports all the time as Awaiting synchronisation and..

Correct way to use PerformanceCounter in .NET to measure CPU usage

http://stackoverflow.com/questions/11504438/correct-way-to-use-performancecounter-in-net-to-measure-cpu-usage

off using something like JetBrains dotTrace or Redgate's ANTS profiler. Both of these products offer free trials. 2 Process..

ICommand binding causing UI memory leak in WPF application

http://stackoverflow.com/questions/12919288/icommand-binding-causing-ui-memory-leak-in-wpf-application

the various data fields shown in the UI. Analysis with the ANTS memory profiler shows that the objects being leaked are those.. from previous refreshes are not being garbage collected. ANTS has a tool that allows the user to trace chains of reference..

How can I prevent CompileAssemblyFromSource from leaking memory?

http://stackoverflow.com/questions/1799373/how-can-i-prevent-compileassemblyfromsource-from-leaking-memory

I'm using System.GC.GetTotalMemory true and Red Gate ANTS Memory Profiler to measure the growth about 600 bytes with the..

Changing App.config at Runtime

http://stackoverflow.com/questions/2008800/changing-app-config-at-runtime

subsystem. For performance testing reasons we're using ANTS 4 we had to create a local copy of the assemblies and reference..

Best .NET memory and performance profiler? [closed]

http://stackoverflow.com/questions/49912/best-net-memory-and-performance-profiler

I have tried pretty much every .NET profiler on the market ANTS vTune OptimizeIt DevPartner YourKit and in my opinion dotTrace.. if your application is relatively light I could recommend ANTS Profiler . Its line by line stats are sometimes quite useful..

What causes memory fragmentation in .NET

http://stackoverflow.com/questions/5240860/what-causes-memory-fragmentation-in-net

causes memory fragmentation in .NET I am using Red Gates ANTS memory profiler to debug a memory leak. It keeps warning me..

Convert DataTable to generic List?

http://stackoverflow.com/questions/545328/convert-datatable-to-generic-list

hit a page that uses it it grows. We are currently getting ANTS Profiler to give us more details. c# .net generics datatable..

What are some resources I can use to learn profiling/optimizing?

http://stackoverflow.com/questions/550109/what-are-some-resources-i-can-use-to-learn-profiling-optimizing

articels can I read I do know OF the .net profilers like ANTS profiler and so on but I have no idea how to use them efficiently...

What is the fastest way to convert a float[] to a byte[]?

http://stackoverflow.com/questions/619041/what-is-the-fastest-way-to-convert-a-float-to-a-byte

premature optimization I have benchmarked this using ANTS profiler before I optimized. There was a significant speed increase..

.NET Memory issues loading ~40 images, memory not reclaimed, potentially due to LOH fragmentation

http://stackoverflow.com/questions/6271891/net-memory-issues-loading-40-images-memory-not-reclaimed-potentially-due-to

just have stale references to these images. I downloaded ANTS profiler great tool BTW and ran a few tests. The object lifetime.. I suspected the System.Drawing.Bitmap objects at first but ANTS doesn't show them sticking around and I also ran a test where..