Marvin0118 / LHPerformanceStatusBar

A status bar to show FPS, CPU and memory usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 96.6%Language:Ruby 3.4%