iphone: what libraries or APIs need to be used for CPU , RAM usage in iPhone

纵然是瞬间 提交于 2019-12-13 03:45:02

问题


I am pretty new to iphone development, can any body guide me through with some APIs and libraries which be used for:

  1. RAM usage
  2. CPU usage

in iPhone

need to do something like this app


回答1:


For Battery usage you can implement this notification

UIDeviceBatteryLevelDidChangeNotification 

I am not sure about CPU and Ram usage.



来源:https://stackoverflow.com/questions/6519531/iphone-what-libraries-or-apis-need-to-be-used-for-cpu-ram-usage-in-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!