Measure
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.