Ignore:
Timestamp:
Mar 25, 2022, 1:49:24 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
Children:
64bdacc
Parents:
202c80b
Message:

Added io helping stats

File:
1 edited

Legend:

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

    r202c80b r54c1196  
    103103                                volatile uint64_t drain;
    104104                                volatile uint64_t completed;
     105                                volatile uint64_t locked;
     106                                volatile uint64_t helped;
    105107                                volatile uint64_t flush;
    106108                                volatile uint64_t submitted;
Note: See TracChangeset for help on using the changeset viewer.