HomeCSharpPopular C# profilers

Popular C# profilers

Are you looking for C# profilers ? . In this blog post , we list out some of the popular C# profilers.

Popular C# profilers

CLR Profiler for .NET Framework 4

The CLR Profiler allows developers to see the allocation profile of their managed applications. The CLR Profiler includes a number of very useful views of the allocation profile, including a histogram of allocated types, allocation and call graphs, a time line showing GCs of various generations and the resulting state of the managed heap after those collections, and a call tree showing per-method allocations and assembly loads.

Know more about CLR Profiler for .NET Framework 4 at http://www.microsoft.com/en-us/download/details.aspx?id=16273

YourKit Profiler for .NET

YourKit Profiler for .NET is a Zero-overhead profiler makes code profiling and memory usage optimizations simple and fast.

Know more about YourKit Profiler for .NET at http://www.yourkit.com/.net/profiler/

NHibernate Profiler 2.0

NHibernate Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of NHibernate.

Know more about NHibernate Profiler 2.0 at http://www.hibernatingrhinos.com/products/NHProf

JustTrace

JustTrace is a 2-in-1 performance and memory profiler in one powerful tool from Telerik.

Know more about JustTrace at http://www.telerik.com/products/memory-performance-profiler.aspx

GlowCode 9.2

GlowCode is a complete real-time performance and memory profiler for Windows and .NET programmers who develop applications with C++, C#, or any .NET Framework-compliant language.

Know more about GlowCode 9.2 at http://www.glowcode.com/

.Net Memory Validator

.Net Memory Validator is a memory profiler, memory leak detection and memory analysis software tool for use by software developers, software quality assurance testers and customer support staff.

Know more about .Net Memory Validator at http://www.softwareverify.com/dotnet-memory.php

Prof-It for C#

Prof-It is an easy-to-use standalone profiler for C# that measures execution frequencies for each statement while keeping the instrumentation of the source code to a minimum.

Know more about Prof-It for C# at http://dotnet.jku.at/projects/Prof-It/

ANTS Memory Profiler

Find memory leaks and optimize memory usage in your .NET application using Redgate’s ANTS Memory Profiler.

Know more about ANTS Memory Profiler at http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/

.NET Memory Profiler

.NET Memory Profiler is a powerful tool for finding memory leaks and optimizing the memory usage in programs written in C#, VB.NET or any other .NET Language.

Know more about .NET Memory Profiler at http://memprofiler.com/

Application Performance – AQtime Pro

AQtime Pro is a software performance exploration suite to help developers track down memory leaks, CPU and other I/O bottlenecks, perform comprehensive code coverage analysis, and perform fault simulation.

Know more about AQtime Pro at http://smartbear.com/products/qa-tools/application-performance-profiling/

dotTrace

dotTrace Performance helps detect performance bottlenecks in a variety of .NET Framework applications.

Know more about dotTrace at http://www.jetbrains.com/profiler/

Linq to SQL Profiler 2.0

Linq to Sql Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of Linq to Sql.

Know more about Linq to SQL Profiler 2.0 at

Entity Framework Profiler 2.0

Entity Framework Profiler is a real-time visual debugger allowing a development team to gain valuable insight and perspective into their usage of Entity Framework.

Know more about Entity Framework Profiler 2.0 at http://www.hibernatingrhinos.com/products/EFProf

Leave a Reply

You May Also Like

This C# program calculates and displays an upper triangular matrix based on user input. Problem Statement: The program takes the...
This C# program serves as a demonstration of bitwise operators, which are fundamental operators used for manipulating individual bits in...
This C# program is designed to interchange or swap the columns of a matrix. A matrix is a two-dimensional array...