Files
fastfetch/src/detection/cpuUsage/cpuUsage.h
T
李通洲 db6ad5a268 CpuUsage: improve performance
by moving the first `/proc/stat` query earlier
2022-09-27 23:41:39 +08:00

9 lines
172 B
C

#pragma once
#ifndef FF_INCLUDED_detection_cpu_cpuUsage
#define FF_INCLUDED_detection_cpu_cpuUsage
const char* ffGetCpuUsageInfo(long* inUseAll, long* totalAll);
#endif