summaryrefslogtreecommitdiff
path: root/ios/benchmark
Commit message (Collapse)AuthorAgeFilesLines
* Marked unused parameters with __unusedMinh Nguyễn2015-05-181-4/+1
| | | | Replaced haphazard usage of pragmas and `(void)` expressions with the `__unused` keyword.
* Removed “private” headerMinh Nguyễn2015-05-182-2/+12
| | | | | | Instead of exposing these methods in a private header that winds up triggering warnings publicly, just redeclare the methods in a category. Since this is a test app, we’ll catch any issues that arise from refactoring simply by testing. Fixes #1579.
* update header pathJustin R. Miller2015-05-051-1/+1
|
* [iOS] add benchmarking applicationKonstantin Käfer2015-05-0540-0/+8734