Benchmark.h 225 B

12345678910111213
  1. //
  2. // Benchmark.h
  3. // CacheBenchmark
  4. //
  5. // Created by ibireme on 15/10/20.
  6. // Copyright (C) 2015 ibireme. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface Benchmark : NSObject
  10. + (void)benchmark;
  11. @end