PaintingliteSystemUseInfo
IntroductionPaintingliteSystemUseInfo 提供SDK框架中内存压力 Methods
applicationCPU占用CPU - (double)applicationCPU; Return Valuedouble Discussion占用CPU applicationMemory占用内存 - (double)applicationMemory; Return Valuedouble Discussion占用内存 sharePaintingliteSystemUseInfo单例模式生成PaintingliteSystemUseInfo对象 + (instancetype)sharePaintingliteSystemUseInfo; Return ValuePaintingliteSystemUseInfo Discussion生成PaintingliteSystemUseInfo在项目工程全局中只生成一个实例对象 systemCPU系统CPU - (double)systemCPU; Return Valuedouble Discussion系统CPU systemMemory系统内存 - (double)systemMemory; Return Valuedouble Discussion系统内存 |