Changeset 436 in Sophya for trunk/Poubelle/archTOI.old/archtoimain.cc
- Timestamp:
- Sep 24, 1999, 11:23:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/archtoimain.cc
r363 r436 10 10 #include "toisvr.h" 11 11 12 //#include <profiler.h> 12 13 13 14 #ifdef __MWERKS__ … … 27 28 } 28 29 30 // ProfilerInit(collectDetailed, bestTimeBase, 10000, 200); 31 32 29 33 ArchTOI toi(argv[1]); 30 34 toi.run(argv[2]); 35 36 // ProfilerDump("\pprofiler.data"); 31 37 return(0); 32 38 }
Note:
See TracChangeset
for help on using the changeset viewer.