scx_lavd: print how to disable logging

Signed-off-by: Changwoo Min <changwoo@igalia.com>
This commit is contained in:
Changwoo Min 2024-07-28 12:31:51 +09:00
parent df1108ec6c
commit 59e54f4972

View File

@ -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,