Searched refs:GetLoadAvg (Results 1 – 2 of 2) sorted by relevance
163 static void GetLoadAvg(const FunctionCallbackInfo<Value>& args) { in GetLoadAvg() function394 SetMethod(context, target, "getLoadAvg", GetLoadAvg); in Initialize()416 registry->Register(GetLoadAvg); in RegisterExternalReferences()
816 std::vector<double> GetLoadAvg() { in GetLoadAvg() function847 load_avg(GetLoadAvg()) {} in CPUInfo()