Changeset 1615 in Sophya for trunk/SophyaProg
- Timestamp:
- Jul 31, 2001, 6:06:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/zthr.cc
r1611 r1615 75 75 76 76 CountLock clk; 77 for(int kk=0; kk<atoi(arg[3]); kk++) { 77 int kk; 78 for(kk=0; kk<atoi(arg[3]); kk++) { 78 79 clk.Count(); 79 80 } … … 91 92 92 93 PrtTim("BeginOfCount2 "); 93 for( intkk=0; kk<atoi(arg[3]); kk++) {94 for(kk=0; kk<atoi(arg[3]); kk++) { 94 95 clk.Count(); 95 96 }
Note:
See TracChangeset
for help on using the changeset viewer.