Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

About

Performance measurement tool

Resources

License

Packages

No packages published
You can’t perform that action at this time.