REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 387 B
Close
/opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/timer.js
Text
Base64
'use strict' module.exports = _ => { const start = process.hrtime() return _ => { const end = process.hrtime(start) const ms = Math.round(end[0]*1e6 + end[1]/1e3)/1e3 if (!process.env.isTTY) console.log(ms) else { const s = Math.round(end[0]*10 + end[1]/1e8)/10 const ss = s <= 1 ? '' : ' (' + s + 's)' console.log('%d%s', ms, ss) } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
extend-minipass.js
220 B
lrw-r--r--
2021-09-28 11:28:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
extend-through2.js
233 B
lrw-r--r--
2021-09-28 11:28:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
extend-transform.js
230 B
lrw-r--r--
2021-09-28 11:28:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
nullsink.js
216 B
lrw-r--r--
2021-09-28 11:28:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
numbers.js
896 B
lrw-r--r--
2021-09-28 11:28:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
timer.js
387 B
lrw-r--r--
2021-09-28 11:28:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).