Changeset 15097 for issm/trunk-jpl/src/c/modules/Kml2Expx/Kml2Expx.cpp
- Timestamp:
- 05/24/13 11:14:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Kml2Expx/Kml2Expx.cpp
r15069 r15097 61 61 clock1=clock(); 62 62 time1 =time(NULL); 63 _printf_(true,"Kml2Expx Module -- %f CPU seconds; %f elapsed seconds.\n\n", 64 ((double)(clock1-clock0))/CLOCKS_PER_SEC,difftime(time1,time0)); 63 _printLine_("Kml2Expx Module -- " << ((double)(clock1-clock0))/CLOCKS_PER_SEC << " CPU seconds; " << difftime(time1,time0) << " elapsed seconds.\n\n"); 65 64 66 65 return(iret);
Note:
See TracChangeset
for help on using the changeset viewer.