在Visual Studio 2013内存评测内存、Visual、Studio

由网友(余生你要陪我浪)分享简介:我想探讨如何内存是分配在我的应用程序。我有C#控制台应用程序,并使用Visual Studio 2013专业版。 I want to explore how memory is allocated in my application. I have C# console app and use Visual Stud...

我想探讨如何内存是分配在我的应用程序。我有C#控制台应用程序,并使用Visual Studio 2013专业版。

I want to explore how memory is allocated in my application. I have C# console app and use Visual Studio 2013 Professional.

我去的分析 - > 性能比较与诊断并选择.NET内存分配

I go to Analyze -> Perfomance and Diagnostics and selected .NET memory allocation

因此​​,我得到以下总结:

As a result I get the following summary:

在每个时间图表的CPU使用率(%)。但是,我怎么能看到每个时间和GC事件分配内存?我不能在这里找到它。

In the chart CPU usage(%) per time. But how can I see allocate memory per time and GC events? I can not find it here.

推荐答案

我读过关于MS​​DN博客,这个检查工具不化的内存泄漏检测,所以没有这样的功能,计划在未来的版本。这适用于大型堆检查。

I've Read on msdn blog that this inspection tool is not oriented on Memory leak inspection, so there's not such features, that are planned for future versions. This is intended for large heap inspections.

http://blogs.msdn.com/b/dotnet/archive/2013/04/04/net-memory-allocation-profiling-with-visual-studio-2012.aspx

这是2012年左右,但似乎变薄不是照样发生变化。

it was about 2012 but seems that thins are not still changed.

阅读全文

相关推荐

最新文章