问题
I am making an application in blackberry, Here i want to know the current cpu usage and memory usage. How to find that?
回答1:
Refer this link Memory
Memory.getRAMStats().getFree();
Memory.getRAMStats().getAllocated());
来源:https://stackoverflow.com/questions/10226263/how-to-get-current-cpu-usage-and-memory-usage-in-blackberry