文件名称:AYYFPSIndicator:可拖动的 iOS 页面 FPS 监控器 Simple FPS Indicator
文件大小:2.52MB
文件格式:ZIP
更新时间:2024-05-19 07:04:16
Objective-C
AYYFPSIndicator Simple FPS Indicator FPS = Frames Per Second , 每秒显示帧数 - 帧率测量单位,详情请参阅 使用方法 请在 DEBUG 模式下使用 FPS 监控 1. 默认位置显示 FPS 值 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. #ifdef DEBUG // 1. 默认位置开启 FPS 监听,可拖动 [[AYYFPSIndicator sharedInstance] start]; #en
【文件预览】:
AYYFPSIndicator-master
----.gitignore(1KB)
----README.md(1KB)
----LICENSE(1KB)
----AYYFPSIndicatorDemo()
--------AYYFPSIndicatorDemo()
--------AYYFPSIndicatorDemo.xcodeproj()
----FPSDemo1.gif(680KB)
----AYYFPSIndicator()
--------AYYFPSIndicator.h(727B)
--------AYYFPSIndicator.m(8KB)
----FPSDemo2.jpg(673KB)