你的位置: 码友网首页 / 资讯源列表 / Demystifying Memory Profilers in C# .NET Part 2 - Memory Leaks

关于[Demystifying Memory Profilers in C# .NET Part 2 - Memory Leaks]的摘要:

In the first part of this series, we saw how memory profilers work, and what kind of abilities they have. We saw that they can show an application’s memory in real-time or investigate captured snapshots. Some profilers are able to import dump files. We saw that memory profilers can show all the objects in memory, their size, who they reference, who references them, and their shortest path to a GC root. That path to root is important for memory leaks because it shows why those objects weren’t garbage collected. In this article, you’ll see exactly how to use memory profilers to find the leaky objects, why they are still referenced, and how to solve the problem.

原文地址: https://michaelscodingspot.com/memory-profilers-for-memory-leaks/

收录时间: 2020-04-30 浏览量: 1704 分类: C#开发

| 0 收藏 | 0