diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-03-23 15:33:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 15:33:06 +0100 |
commit | 876f075ddebfaa69e8b80c5556a5da3c47a98764 (patch) | |
tree | 3fae034db15eeed8ca45b4db3d8f898df18a8e76 /cli/tests/heapstats.js.out | |
parent | 26f7a3f185881c12081eb6d3cedbf9e637376d86 (diff) |
feat(core): Deno.core.heapStats() (#9659)
This commit implements "Deno.core.heapStats()" function
that allows to programatically measure isolate heap-usage.
Diffstat (limited to 'cli/tests/heapstats.js.out')
-rw-r--r-- | cli/tests/heapstats.js.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/heapstats.js.out b/cli/tests/heapstats.js.out new file mode 100644 index 000000000..b75a755f8 --- /dev/null +++ b/cli/tests/heapstats.js.out @@ -0,0 +1,2 @@ +Allocated: 4MB +Freed: -4MB |