PaintingliteSystemUseInfo

Superclass:
NSObject
Declared In:

Introduction

PaintingliteSystemUseInfo 提供SDK框架中内存压力



Methods

-applicationCPU

占用CPU

-applicationMemory

占用内存

+sharePaintingliteSystemUseInfo

单例模式生成PaintingliteSystemUseInfo对象

-systemCPU

系统CPU

-systemMemory

系统内存


applicationCPU


占用CPU

- (double)applicationCPU; 
Return Value

double

Discussion

占用CPU


applicationMemory


占用内存

- (double)applicationMemory; 
Return Value

double

Discussion

占用内存


sharePaintingliteSystemUseInfo


单例模式生成PaintingliteSystemUseInfo对象

+ (instancetype)sharePaintingliteSystemUseInfo; 
Return Value

PaintingliteSystemUseInfo

Discussion

生成PaintingliteSystemUseInfo在项目工程全局中只生成一个实例对象


systemCPU


系统CPU

- (double)systemCPU; 
Return Value

double

Discussion

系统CPU


systemMemory


系统内存

- (double)systemMemory; 
Return Value

double

Discussion

系统内存