aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/info.h
blob: f30d71a1881450470a7c445cc93d11eb6dc8b87b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "defaults.h"

namespace NSystemInfo {
    size_t NumberOfCpus();
    size_t NumberOfMillicores();
    size_t CachedNumberOfCpus();
    size_t CachedNumberOfMillicores();
    size_t LoadAverage(double* la, size_t len);
    size_t GetPageSize() noexcept;
    size_t TotalMemorySize();
    size_t MaxOpenFiles();
} // namespace NSystemInfo