This is Benchmark.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@interface Benchmark:Object
{
id timer;
float wallTime;
float minTime;
int minSet;
}
- logResults:(char *)buf;
- clearTally;
- setupBenchmark;
- benchmark;
- shutdownBenchmark;
- startBenchmark;
- runBenchmark;
- stopTimer;
- (BOOL)canRunBenchmark;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.