Changeset d1cd4c4
- Timestamp:
- Oct 4, 2022, 2:49:05 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 5f6b2c2
- Parents:
- 31c967b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/cluster.hfa
r31c967b rd1cd4c4 90 90 const unsigned long long new_val = currtsc > intsc ? currtsc - intsc : 0; 91 91 const __readyQ_avg_t total_weight = 16; 92 const __readyQ_avg_t new_weight = 4;92 const __readyQ_avg_t new_weight = 12; 93 93 const __readyQ_avg_t old_weight = total_weight - new_weight; 94 94 const __readyQ_avg_t ret = ((new_weight * __to_readyQ_avg(new_val)) + (old_weight * old_avg)) / total_weight;
Note: See TracChangeset
for help on using the changeset viewer.