mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-28 13:40:28 +00:00
Merge pull request #619 from hodgesds/stats-fixes
scx_layered: Fix stats typo
This commit is contained in:
commit
0fa369b914
@ -301,7 +301,7 @@ impl LayerStats {
|
||||
pub struct SysStats {
|
||||
#[stat(desc = "timestamp", _om_skip)]
|
||||
pub at: f64,
|
||||
#[stat(desc = "# sched events duringg the period")]
|
||||
#[stat(desc = "# sched events during the period")]
|
||||
pub total: u64,
|
||||
#[stat(desc = "% dispatched directly into an idle CPU")]
|
||||
pub local: f64,
|
||||
|
Loading…
Reference in New Issue
Block a user