view analyzer/fx/heapstats-analyzer @ 279:898008f06beb

Bug 3766: HeapStats Analyzer plugin does not work Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/152
author Yasumasa Suenaga <yasuenag@gmail.com>
date Mon, 11 Nov 2019 18:08:06 +0900
parents
children
line wrap: on
line source

#!/bin/sh
DIR=`dirname $0`
$DIR/java --module-path $DIR/../mods -Dheapstats.boot.mode=jlink -m heapstats.fx/jp.co.ntt.oss.heapstats.fx.HeapStatsFXAnalyzer $@