Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scx_rusty: init domains when calculating averages #645

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

frelon
Copy link
Contributor

@frelon frelon commented Sep 10, 2024

The domains are added to the aggregator when load is added (and duty_cycle is not 0.0f64).

This commit makes sure that all domains are added to the aggregator even when the calculated duty_cycle is 0.

Fixes #608

The domains are added to the aggregator when load is added (and
duty_cycle is not 0.0f64).

This commit makes sure that all domains are added to the aggregator even
when the calculated duty_cycle is 0.

Signed-off-by: Fredrik Lönnegren <[email protected]>
@htejun htejun merged commit 8f0cc89 into sched-ext:main Sep 10, 2024
1 check passed
@htejun
Copy link
Contributor

htejun commented Sep 10, 2024

Thanks!

@frelon frelon deleted the rusty-init-dom branch September 11, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scx_rusty: Fix the bug where not all domains are printed out in stats output
2 participants