文件名称:JBPerformanceLogger:适用于测量 iOS 应用程序中每秒帧数的性能记录器
文件大小:76KB
文件格式:ZIP
更新时间:2024-07-16 14:39:52
Objective-C
JB性能记录器 性能记录器适用于测量 iOS 应用程序中每秒的帧数。 使用 CocoaPods 安装 是 Objective-C 的依赖管理器,它自动化并简化了在项目中使用 JBMessage 等 3rd 方库的过程。 这是推荐的安装方式。 播客文件 platform :ios , '7.0' pod 'JBPerformanceLogger' 用法 我一直想在滚动期间测量 UITableView 的性能,我喜欢游戏引擎显示 FPS 数字的方式。 希望这将是该功能的良好替代品。 调用 start 来启动它。 它将自动出现在关键窗口中。 [JBPerformanceLogger start ]; 呼叫停止以阻止它。 它会自动从关键窗口消失。 [JBPerformanceLogger stop ]; 您可以调整它在窗口中的位置、偏移量和文本颜色。 它使用 PureLayout 库在
【文件预览】:
JBPerformanceLogger-master
----.gitignore(495B)
----Pods()
--------Headers()
--------Manifest.lock(150B)
--------PureLayout()
--------Pods.xcodeproj()
--------Target Support Files()
----LICENSE(1KB)
----JBPerformanceLogger()
--------main.m(349B)
--------ViewController.m(2KB)
--------AppDelegate.h(292B)
--------JBPerformanceLogger()
--------Info.plist(1KB)
--------Images.xcassets()
--------AppDelegate.m(2KB)
--------ViewController.h(230B)
--------Base.lproj()
----JBPerformanceLogger.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(27KB)
--------xcuserdata()
----README.md(1KB)
----JBPerformanceLogger.podspec(752B)
----JBPerformanceLogger.xcworkspace()
--------contents.xcworkspacedata(237B)
--------xcuserdata()
----Podfile.lock(150B)
----JBPerformanceLoggerTests()
--------JBPerformanceLoggerTests.m(910B)
--------Info.plist(755B)
----Podfile(38B)