Ignore:
Timestamp:
Jul 2, 2020, 4:38:58 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:
b9237fe
Parents:
e46c753
Message:

Added statistic for number of busies when eager submitting.

File:
1 edited

Legend:

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

    re46c753 r8bb239d  
    8585                                volatile uint64_t helped;
    8686                                volatile uint64_t leader;
     87                                volatile uint64_t busy;
    8788                        } submit_q;
    8889                        struct {
Note: See TracChangeset for help on using the changeset viewer.