SYMBOL INDEX (33 symbols across 12 files) FILE: index.js function pidusage (line 14) | function pidusage (pids, options, callback) { FILE: lib/bin.js function run (line 11) | function run (cmd, args, options, done) { FILE: lib/gwmi.js function parseDate (line 7) | function parseDate (datestr) { function gwmi (line 28) | function gwmi (pids, options, done) { FILE: lib/helpers/cpu.js function updateCpu (line 10) | function updateCpu (cpu, next) { function getRealUptime (line 41) | function getRealUptime (next) { function getClockAndPageSize (line 54) | function getClockAndPageSize (next) { function getconf (line 69) | function getconf (keyword, options, next) { FILE: lib/helpers/parallel.js function parallel (line 4) | function parallel (fns, options, done) { FILE: lib/history.js constant DEFAULT_MAXAGE (line 2) | const DEFAULT_MAXAGE = 60000 function get (line 11) | function get (pid, maxage) { function set (line 23) | function set (pid, object, maxage, onExpire) { function sheduleInvalidator (line 38) | function sheduleInvalidator (maxage) { function runInvalidator (line 56) | function runInvalidator () { function deleteLoop (line 75) | function deleteLoop (obj) { for (const i in obj) { delete obj[i] } } function clear (line 77) | function clear () { FILE: lib/procfile.js constant SIZE (line 8) | const SIZE = 1024 // if the stat file is bigger then this I'll buy you a... function noop (line 10) | function noop () {} function open (line 12) | function open (path, history, cb) { function close (line 17) | function close (history) { function readUntilEnd (line 23) | function readUntilEnd (fd, buf, cb) { function readProcFile (line 47) | function readProcFile (pid, options, done) { function procfile (line 124) | function procfile (pids, options, done) { FILE: lib/ps.js constant PLATFORM (line 7) | const PLATFORM = os.platform() function parseTime (line 9) | function parseTime (timestr, centisec) { function ps (line 37) | function ps (pids, options, done) { FILE: lib/stats.js function get (line 57) | function get (pids, options, callback) { FILE: lib/wmic.js function parseDate (line 7) | function parseDate (datestr) { function wmic (line 34) | function wmic (pids, options, done) { FILE: test/bench.js function create (line 7) | async function create (pidno) { function destroy (line 31) | async function destroy (childs) { function execute (line 35) | async function execute (childs, pidno, times, options = {}) { FILE: test/procfile.js constant IS_WIN (line 5) | const IS_WIN = os.platform().match(/^win/)