Skip to content

noslate-project/devtoolx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevTools X

npm version Package Quality npm license

JavaScript Developer Toolbox

  • Aid in the analysis of memory

Installation

npm install devtoolx -g

Usage

Search node by address or ordinal id

devtoolx -s <heapsnapshot file> [-p <port>]

example:

devtoox.gif

Color

  • light bule: means gc root
  • dark red: means this object's retainedSize / totalSize > 0.2

Help

devtoolx -h
devtoolx --help

License

MIT License

Copyright (c) 2023 noslate project