9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
namespace cpuutils {
|
|
|
|
std::vector<float> get_load();
|
|
}
|