RCSimpleAPM 0.1.0

RCSimpleAPM 0.1.0

Maintained by rico.




  • By
  • yxjxx

RCSimpleAPM

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

RCSimpleAPM is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'RCSimpleAPM'

Usage

[[RCPerformanceRecorder sharedRecorder] monitorImageLibPerformanceWithEngineName:@"BDWebImage" andDuration:20 callback:^(UIViewController *resultVC) {
    [navigationController pushViewController:resultVC animated:YES];
}];

Author

yxjxx, [email protected]

License

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