Skip to content

bruceFighting/LHPerformanceStatusBar

 
 

Repository files navigation

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.

About

A status bar to show FPS, CPU and memory usage

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Objective-C 96.6%
  • Ruby 3.4%