All Projects → LeoMobileDeveloper → LHPerformanceStatusBar

LeoMobileDeveloper / LHPerformanceStatusBar

Licence: MIT license
A status bar to show FPS, CPU and memory usage

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

LHPerformanceStatusBar

Version Platform License

LHPerformanceStatusBar

Replace statusbar with a new bar to show realtime performance

  • FPS
  • CPU
  • Memory

Install

Cocoapod

pod LHPerformanceStatusBar

Usage

In viewDidAppear or somewhere where the keyWindow is loaded

- (void)viewDidAppear:(BOOL)animated{
    [super viewDidAppear:animated];
    [LHPerformanceMonitorService run];
}

Author

Leo, leomobiledeveloper

License

LHPerformanceStatusBar is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].