RCSimpleAPM
示例
要运行示例项目,请克隆仓库,然后从 Example 目录中首先运行 pod install
需求
安装
RCSimpleAPM 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'RCSimpleAPM'
使用方法
[[RCPerformanceRecorder sharedRecorder] monitorImageLibPerformanceWithEngineName:@"BDWebImage" andDuration:20 callback:^(UIViewController *resultVC) {
[navigationController pushViewController:resultVC animated:YES];
}];
作者
yxjxx,[email protected]
RCSimpleAPM开源授权方式为MIT许可。详细信息请查看LICENSE文件。