JavaScript Developer Toolbox
- Aid in the analysis of memory
npm install devtoolx -g
devtoolx -s <heapsnapshot file> [-p <port>]
example:
- light bule: means gc root
- dark red: means this object's retainedSize / totalSize > 0.2
devtoolx -h
devtoolx --help
Copyright (c) 2023 noslate project