mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 00:10:38 +01:00
[v1.05] Print a tilde in case the freq was measured (indicating that this value is an approximation)
This commit is contained in:
@@ -57,6 +57,8 @@ typedef int32_t VENDOR;
|
||||
struct frequency {
|
||||
int32_t base;
|
||||
int32_t max;
|
||||
// Indicates if max frequency was measured
|
||||
bool measured;
|
||||
};
|
||||
|
||||
struct hypervisor {
|
||||
|
||||
Reference in New Issue
Block a user