Changeset e54d0c3 for benchmark/io/http
- Timestamp:
- Apr 18, 2021, 8:16:47 AM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4aa495f
- Parents:
- 5f6a172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/protocol.cfa
r5f6a172 re54d0c3 228 228 229 229 char buff[100]; 230 Time now = time Nsec();230 Time now = timeHiRes(); 231 231 strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now ); 232 232 sout | "Updated date to '" | buff | "'";
Note: See TracChangeset
for help on using the changeset viewer.