Home
last modified time | relevance | path

Searched refs:loadavg (Results 1 – 25 of 25) sorted by relevance

/third_party/node/benchmark/os/
Dloadavg.js4 const loadavg = require('os').loadavg; constant
13 loadavg();
/third_party/ninja/src/
Dutil.cc577 return double(cpu_stats.loadavg[0]) / double(1 << SBITS); in GetLoadAverage()
588 double loadavg[3] = { 0.0f, 0.0f, 0.0f }; in GetLoadAverage() local
589 if (getloadavg(loadavg, 3) < 0) { in GetLoadAverage()
594 return loadavg[0]; in GetLoadAverage()
/third_party/node/lib/
Dos.js112 function loadavg() { function
360 loadavg, property
/third_party/lz4/tests/
Dtest-lz4-speed.py328 loadavg = os.getloadavg()[0] variable
329 if (loadavg <= args.maxLoadAvg):
342 log("WARNING: main loadavg=%.2f is higher than %s" % (loadavg, args.maxLoadAvg))
/third_party/libuv/
DMakefile.am180 test/test-get-loadavg.c \
405 src/unix/sysinfo-loadavg.c \
490 src/unix/sysinfo-loadavg.c \
DCMakeLists.txt487 test/test-get-loadavg.c
DChangeLog575 * linux: read load average from /proc/loadavg (Ben Noordhuis)
2488 * unix: factor out reusable sysinfo loadavg impl (Brad King)
/third_party/node/src/
Dnode_os.cc158 double* loadavg = static_cast<double*>(ab->GetBackingStore()->Data()); in GetLoadAvg() local
159 uv_loadavg(loadavg); in GetLoadAvg()
/third_party/libuv/src/unix/
Dopenbsd.c49 struct loadavg info; in uv_loadavg()
Dnetbsd.c54 struct loadavg info; in uv_loadavg()
Dfreebsd.c120 struct loadavg info; in uv_loadavg()
Daix.c399 avg[0] = ps_total.loadavg[0] / (double)(1 << SBITS); in uv_loadavg()
400 avg[1] = ps_total.loadavg[1] / (double)(1 << SBITS); in uv_loadavg()
401 avg[2] = ps_total.loadavg[2] / (double)(1 << SBITS); in uv_loadavg()
Ddarwin.c138 struct loadavg info; in uv_loadavg()
/third_party/grpc/third_party/
Dlibuv.BUILD87 "src/unix/sysinfo-loadavg.c",
/third_party/node/test/parallel/
Dtest-os.js125 assert.ok(os.loadavg().length > 0);
/third_party/python/Modules/
Dposixmodule.c12581 double loadavg[3]; in os_getloadavg_impl() local
12582 if (getloadavg(loadavg, 3)!=3) { in os_getloadavg_impl()
12586 return Py_BuildValue("ddd", loadavg[0], loadavg[1], loadavg[2]); in os_getloadavg_impl()
/third_party/node/doc/api/
Dos.md194 ## `os.loadavg()`
/third_party/python/
Dpyconfig.h.in1159 /* Define to 1 if you have the <sys/loadavg.h> header file. */
Dconfigure.ac2222 sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \
Dconfigure8098 sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md2422 * Add os.loadavg for SunOS (Robert Mustacchi)
2660 * Add os.cpus(), os.freemem(), os.totalmem(), os.loadavg() and other
DCHANGELOG_V7.md712 * [[`db06c7311b`](https://github.com/nodejs/node/commit/db06c7311b)] - **os**: improve loadavg() pe…
DCHANGELOG_V6.md2274 …* `os.loadavg` is up to 151% faster. (Brian White) [#11516](https://github.com/nodejs/node/pull/11…
2427 * [[`5bfa43d8f0`](https://github.com/nodejs/node/commit/5bfa43d8f0)] - **os**: improve loadavg() pe…
/third_party/python/Doc/whatsnew/
D2.3.rst1360 :func:`loadavg`, :func:`major`, :func:`makedev`, :func:`minor`, and
/third_party/NuttX/
DReleaseNotes5865 now reported in the procfs under <pid>/loadavg An asynchronous,
5872 reported in the procfs under <pid>/loadavg.