Ignore:
Timestamp:
Jul 28, 2022, 12:03:16 PM (21 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
3f95dab
Parents:
e8616b6
Message:

Added some io stats

File:
1 edited

Legend:

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

    re8616b6 r7ce8873  
    432432
    433433                disable_interrupts();
     434                __STATS__( true, if(!lazy) io.submit.eagr += 1; )
    434435                processor * proc = __cfaabi_tls.this_processor;
    435436                $io_context * ctx = proc->io.ctx;
Note: See TracChangeset for help on using the changeset viewer.