度量 0.7.0

度量 0.7.0

测试已测试
语言语言 SwiftSwift
许可 MIT
发布最后发布2020年8月
SPM支持 SPM

muukiimuukii 维护。



度量 0.7.0

度量

CI Status Version License Platform Carthage compatible

Measure性能度量工具

示例

// set name, threshold (NSTimeInterval)
var measure = Measure(name: "name of operation", threshold: 1 / 60)
measure.start()

// Run the process to be measured.

measure.end()

需求

安装

Measure可以通过CocoaPods获得。要安装它,只需将以下行添加到Podfile中

pod "Measure"

作者

muukii, [email protected]

许可协议

Measure可在MIT许可下使用。更多信息请参阅LICENSE文件。