mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
Add support to detect if HT/SMT is enabled or disabled
This commit is contained in:
@@ -41,7 +41,7 @@ char* get_str_l3(struct cache* cach, struct topology* topo);
|
||||
char* get_str_freq(struct frequency* freq);
|
||||
|
||||
char* get_str_sockets(struct topology* topo);
|
||||
char* get_str_topology(struct topology* topo, bool dual_socket);
|
||||
char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket);
|
||||
|
||||
char* get_str_peak_performance(struct cpuInfo* cpu, struct topology* topo, int64_t freq);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user