abiA
Denoβ€’3y agoβ€’
1 reply
abi

Is there any simple way to keep track of the heap/stack usage of a running Deno application?

I have made a Deno application and I'm curious to know if there's heap/stack issues that I should fix. I use a lot of promises with some recursion.
Was this page helpful?