1 रिपॉजिटरी
Profiling tools that measure both CPU time and garbage collection events in .NET processes.
Distinct from CPU Profilers: Distinct from CPU Profilers: adds garbage collection profiling alongside CPU profiling.
Explore 1 awesome GitHub repository matching development tools & productivity · CPU and GC Profilers. Refine with filters or upvote what's useful.
PerfView is a set of integrated profiling and tracing tools built on Windows Event Tracing for Windows (ETW), designed to diagnose CPU, memory, and ETW-based performance issues in .NET applications. It captures ETW events to analyze runtime behavior, CPU usage, and memory allocations, serving as a .NET performance profiler that measures both CPU time and garbage collection events. The tool distinguishes itself with a diff comparison engine that compares two performance traces side-by-side to highlight changes in method costs and event rates. It renders profiled call stacks as flame graphs whe
Measures CPU time and garbage collection events in .NET processes for performance analysis.