Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlorenz/external-memory-buffers
https://github.com/thlorenz/external-memory-buffers
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thlorenz/external-memory-buffers
- Owner: thlorenz
- Created: 2016-05-20T23:15:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T18:14:45.000Z (over 8 years ago)
- Last Synced: 2024-10-23T06:15:13.660Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 296 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# external memory buffer demo
Demo showing how to capture external memory of buffers found in a heap snapshot taken with the v8-profiler.
This demo uses a fork of that module in order to add a method to find Buffer nodes inside a heapsnapshot by using the
`GetMaxSnapshotJSObjectId` and `GetNodeById` snapshot methods provided by v8. Please find the related PR
[here](https://github.com/thlorenz/v8-profiler/pull/1).![helloworld](assets/helloworld.png)