Changeset a06023f
- Timestamp:
- Feb 23, 2021, 3:40:29 PM (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:
- 348f81d5
- Parents:
- fb15af5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/stats.cfa
rfb15af5 ra06023f 89 89 "- total threads : %'15" PRIu64 "run, %'15" PRIu64 "schd (%'" PRIu64 "mig )\n" 90 90 "- push avg probe : %'3.2lf, %'3.2lfl (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n" 91 "- pop avg probe : %'3.2lf, %'3.2lf %%(%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n"91 "- pop avg probe : %'3.2lf, %'3.2lfl (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n" 92 92 "- Idle Sleep : %'15" PRIu64 "h, %'15" PRIu64 "c, %'15" PRIu64 "w, %'15" PRIu64 "e\n" 93 93 "\n" … … 115 115 __cfaabi_bits_print_safe( STDOUT_FILENO, 116 116 "----- %s \"%s\" (%p) - I/O Stats -----\n" 117 "- total allocations : %' 15" PRIu64 "f, %'" PRIu64 "s (%'2.2lff) \n"117 "- total allocations : %'" PRIu64 "f, %'" PRIu64 "s (%'2.2lff) \n" 118 118 "- failures : %'" PRIu64 "oom, %'" PRIu64 "rvk, %'" PRIu64 "blk\n" 119 "- total submits : %' 15" PRIu64 "f, %'15" PRIu64 "s (%'18.2lf) \n"119 "- total submits : %'" PRIu64 "f, %'" PRIu64 "s (%'2.2lf) \n" 120 120 "- flush external : %'" PRIu64 "\n" 121 121 "- io_uring_enter : %'" PRIu64 " (%'" PRIu64 ", %'" PRIu64 " EBUSY)\n" 122 "- submits : %' 15" PRIu64 " (%'18.2lf) \n"123 "- completes : %' 15" PRIu64 " (%'18.2lf) \n"122 "- submits : %'" PRIu64 " (%'.2lf) \n" 123 "- completes : %'" PRIu64 " (%'.2lf) \n" 124 124 "- poller sleeping : %'" PRIu64 "\n" 125 125 "\n"
Note: See TracChangeset
for help on using the changeset viewer.