Resources
Metrics
> console.table(Deno.metrics())
┌─────────────────────────┬───────────┐
├─────────────────────────┼───────────┤
│ opsDispatchedSync │ 0 │
│ opsDispatchedAsync │ 0 │
│ opsDispatchedAsyncUnref │ 0 │
│ opsCompleted │ 9 │
│ opsCompletedAsyncUnref │ 0 │
│ bytesSentControl │ 504 │
│ bytesSentData │ 0 │
└─────────────────────────┴───────────┘
- Ryan Dahl. (May 27, 2020). . Deno Israel.
- Bartek Iwańczuk. (Oct 6, 2020). Deno internals - how modern JS/TS runtime is built. Paris Deno.