文件名称:TRMemoryWave:iOS工具库,检测fps内存占用等
文件大小:205KB
文件格式:ZIP
更新时间:2024-05-20 08:46:52
cpu fps tool memory debug
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]; }); }
【文件预览】:
TRMemoryWave-master
----TRMemoryWave.gif(233KB)
----TRMemoryWave.podspec(638B)
----LICENSE(1KB)
----.gitignore(1KB)
----TRFPS()
--------UIApplication+Memory.h(363B)
--------TRWaveView.m(7KB)
--------TRMemoryHeader.h(400B)
--------TRFPSWindow.h(201B)
--------UIApplication+Memory.m(4KB)
--------TRMemoryWaveController.m(3KB)
--------TRFPS.m(1KB)
--------TRFPSLabel.m(4KB)
--------TRFPSLabel.h(344B)
--------TRWaveView.h(835B)
--------TRMemoryWave.m(2KB)
--------TRMemoryWave.h(338B)
--------TRFPSWindow.m(422B)
--------TRFPS.h(249B)
--------TRMemoryWaveController.h(241B)
----README.md(612B)