Merge pull request #2915 from haasn/cpu_style

Add style class for CPU state
This commit is contained in:
Alexis Rouillard
2024-02-19 22:58:21 +01:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class Cpu : public ALabel {
private:
std::vector<std::tuple<size_t, size_t>> prev_times_;
std::string prev_state_;
util::SleeperThread thread_;
};