.NET 如何测量请求中分配了多少字节?

发布于 2024-11-27 09:01:55 字数 53 浏览 1 评论 0原文

我需要跟踪请求中分配的对象。 有没有任何工具或命令可以帮助我知道分配了多少字节以及何时分配?

I need to trace objects that are allocated in a request.
Is there any tool or command that can help me know how many bytes are allocated and when?

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

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

发布评论

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

评论(2

温柔一刀 2024-12-04 09:01:55

我认为 Ants Memory Profiler 可以帮助你这里就这么多,但是它不是免费的,但是他们有一个“14天左右”的试用版,试一试。

I think Ants Memory Profiler can help you so much here, however it is not free, but they have a trial version "for 14 days or so", give it a shot.

蓝眸 2024-12-04 09:01:55

您可以使用 CLRProfiler 示例来查看这一点。根据您的平台,有一个适用于 .NET 2 的版本和一个适用于 .NET 4 的版本。而且它是免费的!

它有漂亮的图表/地图来显示内存的分配位置。

You can use the CLRProfiler sample to see this. Depending on your platform, there is a version for .NET 2 and one for .NET 4. And it is free!

It does pretty graphs/maps to show you where memory was allocated.

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