mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![]() Populate `speed` using current scaling frequency and fix times multiplier. Fixes https://github.com/denoland/deno/issues/27555 <table> <tr> <th>Node.js</th> <th>Deno</th> </tr> <tr> <td> ``` > os.cpus() [ { model: 'AMD Ryzen 5 7530U with Radeon Graphics', speed: 1396, times: { user: 1769930, nice: 20, sys: 525630, idle: 41325700, irq: 110060 } }, ``` </td> <td> ``` > os.cpus() [ { model: "AMD Ryzen 5 7530U with Radeon Graphics", speed: 1630, times: [Object: null prototype] { user: 1795620, nice: 20, sys: 537840, idle: 41589390, irq: 111230 } }, ``` </td> </tr> </table> |
||
---|---|---|
.. | ||
crypto | ||
os | ||
zlib | ||
blocklist.rs | ||
buffer.rs | ||
fs.rs | ||
http.rs | ||
http2.rs | ||
idna.rs | ||
inspector.rs | ||
ipc.rs | ||
mod.rs | ||
perf_hooks.rs | ||
process.rs | ||
require.rs | ||
tls.rs | ||
util.rs | ||
v8.rs | ||
vm.rs | ||
vm_internal.rs | ||
winerror.rs | ||
worker_threads.rs |