Skip to content

Commit

Permalink
src: debug: Add governor for Cpu
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 3, 2023
1 parent 4f5f1a7 commit af4a335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ impl fmt::Debug for Cpu {
.field("name", &self.name())
.field("CPU usage", &self.cpu_usage())
.field("frequency", &self.frequency())
.field("governor", &self.governor())
.field("vendor ID", &self.vendor_id())
.field("brand", &self.brand())
.finish()
Expand Down

0 comments on commit af4a335

Please sign in to comment.