junqingwuchu / TRMemoryWave

iOS工具库,检测fps/内存占用等

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platform Version Author License

TRMemoryWave

iOSDebug工具,实时监测fps/内存占用

0x00 效果

0x01 使用

- (void)applicationDidBecomeActive:(UIApplication *)application {
    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
        [TRMemoryWave show];
    });
}

About

iOS工具库,检测fps/内存占用等

License:MIT License


Languages

Language:Objective-C 97.5%Language:Ruby 2.5%