Changeset 3891
- Timestamp:
- Aug 26, 2008, 2:58:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/c++/runtime/rf_core.cc
r3153 r3891 301 301 exit(100); 302 302 } 303 #if DEBUG 303 304 printf("Time elapsed: %.2fs\n", (clock () - start) / CLOCKS_PER_SEC); 305 #endif 304 306 return 0; 305 307 }
Note: See TracChangeset
for help on using the changeset viewer.