VCProfiler
一个简单易用的工具,可测量每个视图控制器的时间开销。
使用方法
您可以通过CocoaPods或直接拖拽源文件到项目中来安装VCProfiler。如果您正在使用CocoaPods,请将以下内容添加到您的podfile
中
pod 'VCProfiler'
之后,只需构建并运行您的App。VCProfiler会在视图控制器显示时自动将时间戳打印到控制台。
许可证
Copyright 2018 Pan Mingyang
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://apache.ac.cn/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.