mirror of
https://github.com/spicetools/spicetools.git
synced 2026-03-22 02:14:22 -05:00
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
namespace cpuutils {
|
|
|
|
std::vector<float> get_load();
|
|
}
|