如上图所示,按照官方文档操作,显示了FPS,但是值没有变化,而且Analyze按钮是灰色不可点击的。
请求如何配置工程?
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
可以用控制項
swifthttps://github.com/Finb/V2ex-Swift/blob/master/View/V2FPSLabel.swift
OBJChttps://github.com/ibireme/YYText/blob/master/Demo/YYTextDemo/YYFPSLabel.m
Xcode 裡的 FPS indicator 只有在你開發 OpenGL ES 相關的程式才會運作的吧。
對於其他程式你可以在 Instruments 裡用 Core Animation 來看。
試試這個 https://github.com/RolandasRazma/RRFPSBar
可以用控制項
swift
https://github.com/Finb/V2ex-Swift/blob/master/View/V2FPSLabel.swift
OBJC
https://github.com/ibireme/YYText/blob/master/Demo/YYTextDemo/YYFPSLabel.m
Xcode 裡的 FPS indicator 只有在你開發 OpenGL ES 相關的程式才會運作的吧。
對於其他程式你可以在 Instruments 裡用 Core Animation 來看。
試試這個
https://github.com/RolandasRazma/RRFPSBar