Skip to content

Release 09.12.2019

Pre-release
Pre-release
Compare
Choose a tag to compare
@Haiyang-Sun Haiyang-Sun released this 09 Dec 15:18

This is a special GraalVM build with NodeProf integrated. It has NodeProf updates till 09.12.2019.

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:09.12.2019

Example

docker run -ti jysunhy/nodeprof:09.12.2019 bash
/graalvm-nodeprof-09.12.2019-dev/bin/node --experimental-options --nodeprof /graalvm-nodeprof-09.12.2019-dev/nodeprof/nodeprof.js --analysis  /graalvm-nodeprof-09.12.2019-dev/nodeprof/examples/example.js /graalvm-nodeprof-09.12.2019-dev/nodeprof/tests/helloworld.js