Skip to content

NodeProf on GraalVM 20.2.0 (CE) with latest fix

Latest
Compare
Choose a tag to compare
@Haiyang-Sun Haiyang-Sun released this 18 Jul 08:48
45e19b5

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.2.0

Example

docker run -ti jysunhy/nodeprof:v20.2.0 bash
unzip graalvm-nodeprof-java8-20.2.0-dev.zip
cd /graalvm-nodeprof-java8-20.2.0-dev
./bin/node --experimental-options --nodeprof ./nodeprof/nodeprof.js --analysis  ./nodeprof/examples/example.js ./nodeprof/tests/helloworld.js