UNPKG

@goa/goa

Version:

The Goa Source Code For Compilation Into @Goa/Koa That Includes Modules, Tests, Types And Dependencies.

6 lines (5 loc) 190 B
// const memory = () => { // const used = process.memoryUsage().heapUsed / 1024 / 1024 // console.log(`Memory usage: ${Math.floor(used*1000)/1000} MB`) // } // setInterval(memory, 1000)