Home
last modified time | relevance | path

Searched defs:loadavg (Results 1 – 6 of 6) sorted by relevance

/third_party/node/benchmark/os/
Dloadavg.js4 const loadavg = require('os').loadavg; constant
/third_party/node/lib/
Dos.js121 function loadavg() { function
384 loadavg, property
/third_party/lz4/tests/
Dtest-lz4-speed.py328 loadavg = os.getloadavg()[0] variable
/third_party/node/src/
Dnode_os.cc168 double* loadavg = static_cast<double*>(ab->Data()); in GetLoadAvg() local
/third_party/ninja/src/
Dutil.cc910 double loadavg[3] = { 0.0f, 0.0f, 0.0f }; local
/third_party/python/Modules/
Dposixmodule.c12740 double loadavg[3]; in os_getloadavg_impl() local