Evaluate software minimum requirements
问题 Is there a way to evaluate the minimum requirements of a software? I mean, how can I discover, for example, the minimum amount of RAM that my application will need? Thanks! 回答1: A profiler will not help you here. Neither will estimating the size of data structures. A profiler can certainly tell you where your code is spending the most CPU time, but it will not tell you if you are missing performance targets - e.g. if your users will be happy, or unhappy with the performance of your