Measure

Performance measurement tool


License
MIT
Install
pod try Measure

Documentation

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, m@muukii.me

License

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