Ignore:
Timestamp:
Jan 25, 2022, 4:16:00 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
4fcbf26
Parents:
b200492
Message:

Added level of indirection to idle sleeps which helps statistics.

File:
1 edited

Legend:

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

    rb200492 r7cf3b1d  
    6969                        volatile uint64_t halts;
    7070                        volatile uint64_t cancels;
     71                        volatile uint64_t early;
    7172                        volatile uint64_t wakes;
     73                        volatile uint64_t seen;
    7274                        volatile uint64_t exits;
    7375                } sleep;
Note: See TracChangeset for help on using the changeset viewer.