简体   繁体   English

衡量系统硬件需求的方法

[英]Ways to measure a systems hardware requirements

I was wondering if there is a tool to measure the resources needed to run an app? 我想知道是否有一种工具可以衡量运行应用程序所需的资源? We have developed an app that runs fine on all modern computers, but I am curious about "how low can we go". 我们已经开发了可以在所有现代计算机上正常运行的应用程序,但是我对“我们能走多低”感到好奇。

The app in question is developed in .NET, so there might be some code analyzer or something, but I am more curious in general if there is a tool you can fire up, let it analyze your running executable and figure out the amount of RAM and maybe CPU power needed. 有问题的应用程序是在.NET中开发的,因此可能会有一些代码分析器之类的东西,但是我总体上更好奇是否有可以启动的工具,让它分析正在运行的可执行文件并找出RAM的数量。也许需要CPU能力。

What about the Task Manager? 那任务管理器呢? In the processes pane it shows the CPU and memory used by each process. 在“进程”窗格中,它显示每个进程使用的CPU和内存。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM