Changeset a06023f


Ignore:
Timestamp:
Feb 23, 2021, 3:40:29 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
348f81d
Parents:
fb15af5
Message:

More tweaking of stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/stats.cfa

    rfb15af5 ra06023f  
    8989                                "- total threads  : %'15" PRIu64 "run, %'15" PRIu64 "schd (%'" PRIu64 "mig )\n"
    9090                                "- 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"
    9292                                "- Idle Sleep     : %'15" PRIu64 "h, %'15" PRIu64 "c, %'15" PRIu64 "w, %'15" PRIu64 "e\n"
    9393                                "\n"
     
    115115                                __cfaabi_bits_print_safe( STDOUT_FILENO,
    116116                                        "----- %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"
    118118                                        "-     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"
    120120                                        "- flush external    : %'" PRIu64 "\n"
    121121                                        "- 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"
    124124                                        "- poller sleeping   : %'" PRIu64 "\n"
    125125                                        "\n"
Note: See TracChangeset for help on using the changeset viewer.