Changeset 197df9b
- Timestamp:
- Sep 29, 2021, 2:01:33 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- c33c2af
- Parents:
- 1db1454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/protocol.cfa
r1db1454 r197df9b 251 251 Time now = timeHiRes(); 252 252 strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now ); 253 sout | "Updated date to '" | buff | "'";253 if( options.log ) sout | "Updated date to '" | buff | "'"; 254 254 255 255 for(i; KNOWN_CODES) { … … 264 264 this.idx = (this.idx + 1) % 2; 265 265 266 sout | "Date thread sleeping";266 if( options.log ) sout | "Date thread sleeping"; 267 267 268 268 sleep(1`s);
Note: See TracChangeset
for help on using the changeset viewer.