如上图所示,按照官方文档操作,显示了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
The FPS indicator in Xcode only works when you develop OpenGL ES related programs.
For other programs, you can use Core Animation in Instruments.
Try this 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
The FPS indicator in Xcode only works when you develop OpenGL ES related programs.
For other programs, you can use Core Animation in Instruments.
Try this
https://github.com/RolandasRazma/RRFPSBar