Skip to content

Commit

Permalink
Print number of tasks to iterate in a balance run
Browse files Browse the repository at this point in the history
igo95862 committed Feb 12, 2022
1 parent ed3b5a5 commit 3289bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions set-cfs-zen-tweaks.sh
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@ echo "Minimal preemption granularity for CPU-bound tasks: ${MIN_GRANULARITY_MS}m
echo "Wake-up granularity: ${WAKEUP_GRANULARITY_MS}ms"
echo "Task migration cost: ${MIGRATION_COST_MS}ms"
echo "Amount of runtime to allocate from global to local pool: ${BANDWIDTH_SIZE_MS}ms"
echo "Number of tasks to iterate in a single balance run: ${NR_MIGRATE}"

call_gawk() {
printf '%s' "$(gawk 'BEGIN {print '"${1}"'}')"

0 comments on commit 3289bf3

Please sign in to comment.