mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 11:30:22 +00:00
scx_lavd: print how to disable logging
Signed-off-by: Changwoo Min <changwoo@igalia.com>
This commit is contained in:
parent
df1108ec6c
commit
59e54f4972
@ -63,7 +63,8 @@ struct Opts {
|
||||
#[clap(long = "no-freq-scaling", action = clap::ArgAction::SetTrue)]
|
||||
no_freq_scaling: bool,
|
||||
|
||||
/// The number of scheduling samples to be reported every second (default: 1)
|
||||
/// The number of scheduling samples to be reported every second
|
||||
/// (default: 1, 0 = disable logging)
|
||||
#[clap(short = 's', long, default_value = "1")]
|
||||
nr_sched_samples: u64,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user