summaryrefslogtreecommitdiffhomepage
path: root/cpuload.h
blob: ae98071a440b70315e31afd2e33ed9e6fc5d39b3 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <vector>

int get_number_of_cpus();

// returns percentages of cpu load, for all cores
std::vector<int> get_cpu_loads();