Changeset cc477d in git
- Timestamp:
- Aug 22, 2008, 2:11:05 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- eb5a0629febc2f4a3bac567310bae269a207221f
- Parents:
- 295c7037271d8bcd11a26354dddeca7cb1340898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/timer.cc
r295c703 rcc477d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: timer.cc,v 1. 7 2008-07-18 15:02:17Singular Exp $ */4 /* $Id: timer.cc,v 1.8 2008-08-22 12:11:05 Singular Exp $ */ 5 5 6 6 /* … … 9 9 10 10 #include "mod2.h" 11 //#define GETRUSAGE 11 // undef GETRUSAGE to get the original timer code (w.r.t. CLOCK_TICKS) 12 #define GETRUSAGE 12 13 #ifdef GETRUSAGE 13 14 #include <sys/time.h>
Note: See TracChangeset
for help on using the changeset viewer.