Measure 0.7.0

Measure 0.7.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2020
SPMSupports SPM

Maintained by muukii, muukii.



Measure 0.7.0

Measure

CI Status Version License Platform Carthage compatible

Measure is Performance measurement tool

Example

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

// Run the process to be measured.

measure.end()

Requirements

Installation

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

pod "Measure"

Author

muukii, [email protected]

License

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