/FPSView

show the frame rate of the iOS application

Primary LanguageObjective-C

FPSView

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.

Demo Project

It's easy to use. The use code [FPSViewManager show];


Installation

###CocoaPods

  1. Add pod 'FPSView' to your Podfile.
  2. Run pod install or pod update.
  3. Import <FPSViewManager.h>.

Reference

打印堆栈信息:https://github.com/bestswifter/BSBacktraceLogger