配置我的 Windows Mobile 应用程序的内存使用情况

发布于 2024-09-28 16:00:33 字数 191 浏览 0 评论 0原文

有没有一种工具可以让我分析 Windows Mobile 应用程序的内存使用情况。

我的应用程序有一段代码正好达到了总内存的限制。我尝试设置我的代码,以便在需要新引用之前对大对象的引用超出范围。

但我需要一种方法来看看它是否有效。

所以...任何人都知道一种方法来做到这一点(在 Windows Mobile 5 上)。

Is there a tool that allows me to profile the memory usage for my Windows Mobile Application.

My app has a section of code that is right up against the limit of the total memory. I have tried to setup my code so that the references to large objects go out of scope before new references are needed.

But I need a way to see if it is working.

So... any one know a way to do this (on Windows Mobile 5).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

墨落画卷 2024-10-05 16:00:33

您是否查看过 NetCF CLR Profiler,它是 CF 3.5 PowerToys?它提供所有对象分配、大小、所有者、解除分配等的历史记录。

编辑

探查器的使用此处概述

Have you looked at the NetCF CLR Profiler, which is part of the CF 3.5 PowerToys? It provides history of all object allocations, their sizes, owners, deallocations, etc.

EDIT

Usage of the profiler is outlined here.

蓝颜夕 2024-10-05 16:00:33

您可以使用 dotTrace 内存分析器来分析 Windows 移动应用程序,它可以提供更好的内存信息结果

u can use dotTrace memory profiler to profile Windows mobile application it gives better results for memory information

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文