mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
CPUUsage / DiskIO / NetIO: add option waitTime
This commit is contained in:
@@ -8,4 +8,4 @@ typedef struct FFCpuUsageInfo {
|
||||
} FFCpuUsageInfo;
|
||||
const char* ffGetCpuUsageInfo(FFlist* cpuTimes);
|
||||
|
||||
const char* ffGetCpuUsageResult(FFlist* result); // list of double
|
||||
const char* ffGetCpuUsageResult(FFCPUUsageOptions* options, FFlist* result); // list of double
|
||||
|
||||
Reference in New Issue
Block a user