Changeset 2205 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Oct 7, 2002, 4:21:06 PM (23 years ago)
- Location:
- trunk/ArchTOIPipe/TestPipes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/Makefile.in
r2187 r2205 65 65 endif 66 66 ifeq ($(CXX), CC) 67 CXXFLAGS = -O -prelink -ptused 68 CFLAGS = -O 67 CXXFLAGS = -O -prelink -ptused -64 68 CFLAGS = -O -64 69 69 # CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0 70 70 # CFLAGS = -O -OPT:Olimit=0 -
trunk/ArchTOIPipe/TestPipes/toistat.cc
r2075 r2205 229 229 230 230 PrtTim("starting processors"); 231 plombier.Start(); 231 mgr->startAll(); 232 // plombier.Start(); 232 233 233 234 … … 240 241 // ----------------------------------------------------------------------- 241 242 242 mgr-> joinAll();243 mgr->waitForAll(); 243 244 PrtTim("End threads"); 244 245
Note:
See TracChangeset
for help on using the changeset viewer.