简体   繁体   English

在任务管理器和ANTS探查器中探查的内存使用情况

[英]Memory usage profiled in task manager and ANTS profiler

I am optimizing my silverlight application (in/out of browser) -memory optimization 我正在优化我的Silverlight应用程序(在浏览器中/在浏览器中)-内存优化

I used several memory profilers, including ANTS, .Net memory profiler. 我使用了多个内存分析器,包括ANTS,.Net内存分析器。 The tools gave the result that the allocated memory was 38-40 MB. 这些工具得出的结果是分配的内存为38-40 MB。 But, when I was using task manager the memory was at 300-400MB. 但是,当我使用任务管理器时,内存为300-400MB。

So what's the difference between the two results? 那么,这两个结果有什么区别? What do the results mean? 结果是什么意思?

I do know the same question was asked here . 我确实知道在这里同样的问题。 I am just searching a better answer from experts. 我只是在寻找专家的更好答案。

请使用GC.Collect()发布版本,

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在任务管理器和内存分析器工具中配置的内存使用情况 - Memory usage profiled in task manager and memory profiler tools 无法使用ANTS内存分析器检测内存泄漏 - Cant detect memory leak with ANTS memory profiler ANTS Memory Profiler-我应该查看哪个内存? - ANTS Memory Profiler - Which memory should I be looking at? 如何像任务管理器那样计算内存使用量? - How to calculate memory usage as Task Manager does? 获取Windows 8任务管理器报告的内存使用情况 - Get memory usage as reported by windows 8 task manager 如何获取任务管理器中显示的应用程序内存使用情况? - How to get application memory usage as shown in Task Manager? 我正在使用PerformanceCounter获取进程内存使用情况。 如何以与任务管理器相同的单位显示内存使用情况? - I'm getting a process memory usage using PerformanceCounter. How can i display the memory usage in the same units as in task manager? 哪个内存分析器可以在Web以及非Web .NET应用程序中提供帮助? Dotmemory ..或Red Gate ANTS或Newrelic或其他 - Which memory profiler can help in web as well as non web .NET apps? Dotmemory.. Or Red Gate ANTS Or Newrelic or something else 是否可以在不使用分析器的情况下跟踪C#应用程序中的内存使用情况? - Is it possible to track memory usage in a C# application without using a profiler? 如何实例化Profiled DataAdapter与MVC MINI PROFILER一起使用? - How could I instantiate a Profiled DataAdapter to use with MVC MINI PROFILER?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM