0.0.2 • Published 1 year ago

js-memory v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

js-memory

简介

分析JS内存。

在线地址:https://linjinze999.github.io/js-memory/

源码地址:https://github.com/linjinze999/js-memory

使用

  1. 安装:npm install js-memory
  2. 使用:
import { V8Snapshot } from "js-memory";

const snapshot = new V8Snapshot({text: "heapsnapshot文件内容"});
const statistics = snapshot.calculateStatistics();

开发

npm install
npm run dev

备注

参考:devtools-frontend

0.0.2

1 year ago

0.0.1

2 years ago