GraalVM 20.1.0 community edition built with nodeprof included
GraalVM 20.1.0 community edition built with nodeprof included
Binary
Tested environment
Ubuntu 18.04 or older Ubuntu with Glibc: 2.25
Example
You can try a nodeprof example with the following command line (inside the downloaded GraalVM directory):
./bin/node --experimental-options --nodeprof ./nodeprof/nodeprof.js --analysis ./nodeprof/examples/example.js ./nodeprof/tests/helloworld.js
Docker
Docker image:
Image: jysunhy/nodeprof:v20.1.0
Example
docker run -ti jysunhy/nodeprof:v20.1.0 bash
cd /graalvm-nodeprof-java8-20.1.0-dev
./bin/node --experimental-options --nodeprof ./nodeprof/nodeprof.js --analysis ./nodeprof/examples/example.js ./nodeprof/tests/helloworld.js