Latest | 1.0.0 |
---|---|
Homepage | https://github.com/Morkrom/MMBenchMarker |
License | MIT |
Platforms | ios 8.0 |
Authors |
[](https://travis-ci.org/Michael Mork/MMBenchMarker)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
MMBenchMarker is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "MMBenchMarker"
Author
Michael Mork, [email protected]
License
MMBenchMarker is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "MMBenchMarker", "version": "1.0.0", "summary": "Benchmarking distilled", "description": "This is another simple benchmarker. It records samples in ms converted from mach_time for a given key.nAfter samples have been accumulated, It logs the difference of average recording time between two keys.", "homepage": "https://github.com/Morkrom/MMBenchMarker", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Michael Mork": "[email protected]" }, "source": { "git": "https://github.com/Morkrom/MMBenchMarker.git", "tag": "1.0.0" }, "platforms": { "ios": "8.0" }, "source_files": "MMBenchMarker/Classes/**/*" }
Tue, 07 Jun 2016 09:10:05 +0000