- Timestamp:
- May 6, 2020, 2:24:42 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 87e0b015
- Parents:
- cbabfd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
rcbabfd4 rcb870e0 407 407 __cfaabi_bits_print_safe( STDERR_FILENO, 408 408 "----- I/O uRing Stats -----\n" 409 "- total submit calls : %' llu\n"410 "- avg submit : %' .2lf\n"411 "- pre-submit block %% : %' .2lf\n"412 "- total wait calls : %' llu(%'llu slow, %'llu fast)\n"413 "- avg completion/wait : %' .2lf\n",409 "- total submit calls : %'15llu\n" 410 "- avg submit : %'18.2lf\n" 411 "- pre-submit block %% : %'18.2lf\n" 412 "- total wait calls : %'15llu (%'llu slow, %'llu fast)\n" 413 "- avg completion/wait : %'18.2lf\n", 414 414 submit_avg.cnt, 415 415 ((double)submit_avg.val) / submit_avg.cnt,
Note: See TracChangeset
for help on using the changeset viewer.