Changeset 241 in Sophya for trunk/SophyaLib/SysTools/ctimer.cc
- Timestamp:
- Apr 21, 1999, 3:12:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/ctimer.cc
r219 r241 1 1 // 2 // $Id: ctimer.cc,v 1. 1.1.1 1999-04-09 17:57:04ansari Exp $2 // $Id: ctimer.cc,v 1.2 1999-04-21 13:11:59 ansari Exp $ 3 3 // 4 4 5 #include " defs.h"5 #include "machdefs.h" 6 6 #include "ctimer.h" 7 7 … … 42 42 cpu0 = cpuSplit = clock(); 43 43 elapse0 = elapseSplit = time(0); 44 END_CONSTRUCTOR45 44 } 46 45
Note:
See TracChangeset
for help on using the changeset viewer.