Ignore:
Timestamp:
May 12, 2020, 4:56:45 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
2f1cb37, 7d6e01d
Parents:
70ac8d0
Message:

Cluster io stats now print to STDOUT

File:
1 edited

Legend:

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

    r70ac8d0 r068a202  
    432432                                        }
    433433
    434                                         __cfaabi_bits_print_safe( STDERR_FILENO,
     434                                        __cfaabi_bits_print_safe( STDOUT_FILENO,
    435435                                                "----- I/O uRing Stats -----\n"
    436436                                                "- total submit calls     : %'15llu\n"
Note: See TracChangeset for help on using the changeset viewer.