FPSView is a suspending UIWindow that show the frame rate,cpusage, threadCount, threadName and memorySize of the iOS application. You can move it by gustures.
It's easy to use.
The use code [FPSViewManager show];
###CocoaPods
- Add
pod 'FPSView'
to your Podfile. - Run
pod install
orpod update
. - Import <FPSViewManager.h>.