Quantcast
Channel: C# Help » System.Diagnostics
Browsing latest articles
Browse All 2 View Live

Measure Memory Usage of .NET Applications

There are two main methods for measuring the memory usage of a .NET application, using the GC class or using System.Diagnostics Retrieve Your App’s Memory Utilization using the GC class The .NET...

View Article



Using the .NET Stopwatch class to Profile Your Code

The Stopwatch class in the System.Diagnostics namespace can be used a as a basic tool to profile blocks of .NET code. System.Diagnostics.Stopwatch timerObj = new System.Diagnostics.Stopwatch();...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images