Is there a way for me to get the amount of memory and processor power needed for my application. I recently had a very unpleasant experience when one of my applications kept freezing the computers on which it was working. This is obviously related to the lack of hardware power, because it works perfectly on the stronger computers that I used for testing purposes, where the application worked perfectly. So my question is – is there a way to calculate the amount of hardware power needed to run the application smoothly?
Almost all of my applications are done in C#, so I would need a method that can work with that type of application.
Thanks
Is there a way for me to get the amount of memory and processor
Share
This entirely depends on what your application is doing. If you are solving problems in a “not so time efficient way”, then you can optimize the code.
I would suggest that you analyze your code with a profiler.
This will tell you: