allwinner_a64/android/external/caliper/scripts/caliper
2018-08-08 16:14:42 +08:00

9 lines
221 B
Bash

#!/bin/sh
# rough
export PATH=$PATH:$JAVA_HOME/bin
base=`dirname $0`
export ALLOCATION_JAR=$base/lib/allocation.jar
exec java -cp $base/lib/caliper-@VERSION@.jar:$ALLOCATION_JAR:$CLASSPATH com.google.caliper.Runner $*