mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 03:20:24 +00:00
scx_lavd: Add same power mode clarification to --no-prefer-turbo-core
This commit is contained in:
parent
250eacdcab
commit
2a3cbeb760
@ -101,7 +101,8 @@ struct Opts {
|
||||
#[clap(long = "prefer-little-core", action = clap::ArgAction::SetTrue)]
|
||||
prefer_little_core: bool,
|
||||
|
||||
/// Do not specifically prefer to schedule on turbo cores.
|
||||
/// Do not specifically prefer to schedule on turbo cores. Normally set by the power mode, but
|
||||
/// can be set independently if desired.
|
||||
#[clap(long = "no-prefer-turbo-core", action = clap::ArgAction::SetTrue)]
|
||||
no_prefer_turbo_core: bool,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user