Merge pull request #619 from hodgesds/stats-fixes

scx_layered: Fix stats typo
This commit is contained in:
Daniel Hodges 2024-09-05 15:44:15 -04:00 committed by GitHub
commit 0fa369b914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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