Changeset 70cd431 for libcfa/src/concurrency/stats.hfa
- Timestamp:
- Dec 9, 2022, 5:11:38 PM (4 months ago)
- Branches:
- master
- Children:
- 3e5eeaf
- Parents:
- 261e107 (diff), 74227c6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/stats.hfa
r261e107 r70cd431 94 94 volatile uint64_t eagr; 95 95 volatile uint64_t nblk; 96 volatile uint64_t extr; 96 97 } submit; 97 98 struct { 98 99 volatile uint64_t external; 100 volatile uint64_t signal; 99 101 volatile uint64_t dirty; 100 102 volatile uint64_t full;
Note: See TracChangeset
for help on using the changeset viewer.