This is Timer.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface Timer:Object { struct timeval realtime; struct timezone tzone; double synctime; double pssynctime; double tare; double cumWallTime; double cumAppTime; double cumPSTime; struct rusage rtime; int stime; int running; BOOL noPS; } - startTimer; - stopTimer; - (double)wallTime; - (double)appTime; - (double)psTime; - (const char *)timeString; - setNoPS:(BOOL)flag; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.