mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-29 12:40:24 +00:00
Merge pull request #614 from hodgesds/layered-stats-fix
scx_layered: Fix stats formatting
This commit is contained in:
commit
e6ed9b05ba
@ -386,7 +386,7 @@ impl SysStats {
|
||||
|
||||
writeln!(
|
||||
w,
|
||||
"excl_coll={} excl_preempt={} excl_idle={} excl_wakeup={}",
|
||||
"excl_coll={:.2} excl_preempt={:.2} excl_idle={:.2} excl_wakeup={:.2}",
|
||||
self.excl_collision, self.excl_preempt, self.excl_idle, self.excl_wakeup
|
||||
)?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user