-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: statistics & mark gc root with light blue
- Loading branch information
hyj1991
committed
Apr 23, 2018
1 parent
59e2268
commit 1abb0f0
Showing
14 changed files
with
140 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,48 @@ | ||
# DevTools X | ||
# <span style="font-family:Menlo;">DevTools X</span> | ||
|
||
JavaScript Developer Toolbox | ||
<span style="font-family:Menlo;">JavaScript Developer Toolbox</span> | ||
|
||
* Aid in the analysis of memory | ||
* <span style="font-family:Menlo;">Aid in the analysis of memory</span> | ||
|
||
## Installation | ||
## <span style="font-family:Menlo;">Installation</span> | ||
|
||
```bash | ||
npm install devtoolx -g | ||
``` | ||
|
||
## Compatibility | ||
## <span style="font-family:Menlo;">Compatibility</span> | ||
|
||
* Node.js v4.x | ||
* Node.js v6.x | ||
* Node.js v8.x | ||
* <span style="font-family:Menlo;">Node.js v4.x</span> | ||
* <span style="font-family:Menlo;">Node.js v6.x</span> | ||
* <span style="font-family:Menlo;">Node.js v8.x</span> | ||
|
||
Attention: local compilation needs gcc version >= v4.9.2 | ||
<span style="font-family:Menlo;">Attention: local compilation needs gcc version >= v4.9.2</span> | ||
|
||
## Usage | ||
## <span style="font-family:Menlo;">Usage</span> | ||
|
||
### Search node by address | ||
### <span style="font-family:Menlo;">Search node by address or ordinal id</span> | ||
|
||
```bash | ||
devtoolx -s <heapsnapshot file> [-p <port>] | ||
``` | ||
|
||
example: | ||
<span style="font-family:Menlo;">example:</span> | ||
|
||
![devtoox.gif](https://raw.githubusercontent.com/hyj1991/devtoolx/master/assets/devtoolx.gif) | ||
|
||
### <span style="font-family:Menlo;">Color</span> | ||
|
||
### Help | ||
* <span style="font-family:Menlo;background:#c0eafd">light bule: means gc root</span> | ||
|
||
### <span style="font-family:Menlo;">Help</span> | ||
|
||
```bash | ||
devtoolx -h | ||
devtoolx --help | ||
``` | ||
|
||
## License | ||
## <span style="font-family:Menlo;">License</span> | ||
|
||
[MIT License](LICENSE) | ||
[<span style="font-family:Menlo;">MIT License</span>](LICENSE) | ||
|
||
Copyright (c) 2018 hyj1991 | ||
<span style="font-family:Menlo;">Copyright (c) 2018 hyj1991</span> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.