Skip to content

xryuseix/mem_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mem Usage

Usage

some binary

$ deno task run sleep 1000
Task run deno run --allow-run --allow-sys main.ts "sleep" "1000"
current memory usage: 416
max memory usage: 976

Chrome

$ deno task run --multi=chrome /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --user-data-dir=../chrome-user-data
stderr: 
DevTools listening on ws://127.0.0.1:9222/devtools/browser/c04b7315-6835-4133-b8f7-92f7d109bb89

current memory usage: 4122064^C
max memory usage: 4122064 KB

About

memory usage watcher

Resources

Stars

Watchers

Forks