0.0.5 • Published 7 months ago

rqrc v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

rqrc

rqrc stands for reqire time recorder. It measures and visualizes how many seconds it takes to require each module of commonjs.

Usage

$ npm install -g rqrc
$ rqrc -w 800 -h 960 -o out/file/path.html -t threshold_ms entry/file/path.js

Example

$ node dist/cli.js ./demo/main.js -o out.html -w 960 -h 500 && open out.html
$ # you'll see the following image

example

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago