Home
last modified time | relevance | path

Searched refs:GetLoadAvg (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_os.cc163 static void GetLoadAvg(const FunctionCallbackInfo<Value>& args) { in GetLoadAvg() function
394 SetMethod(context, target, "getLoadAvg", GetLoadAvg); in Initialize()
416 registry->Register(GetLoadAvg); in RegisterExternalReferences()
/third_party/benchmark/src/
Dsysinfo.cc816 std::vector<double> GetLoadAvg() { in GetLoadAvg() function
847 load_avg(GetLoadAvg()) {} in CPUInfo()