Skip to content

Commit

Permalink
Update runme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Barker committed Dec 3, 2013
1 parent c1f8a57 commit 3bbf2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rm *-gc.log

echo "Running Simple..."
$JAVA_HOME/bin/java -Xloggc:simple-gc.log \
time $JAVA_HOME/bin/java -mx128m -Xloggc:simple-gc.log \
-verbose:gc \
-XX:+PrintGCDateStamps \
-XX:+PrintGCApplicationStoppedTime \
Expand All @@ -14,7 +14,7 @@ echo "Done"
grep 'stopped:' simple-gc.log | sed 's/.*stopped: \([0-9.]*\) seconds/\1/' | sort -n | awk '{ printf "%1.3f\n", $1 }' | (echo " Count Millis" ; uniq -c )

echo "Running Custom..."
$JAVA_HOME/bin/java -Xloggc:custom-gc.log \
time $JAVA_HOME/bin/java -mx128m -Xloggc:custom-gc.log \
-verbose:gc \
-XX:+PrintGCDateStamps \
-XX:+PrintGCApplicationStoppedTime \
Expand Down

0 comments on commit 3bbf2b9

Please sign in to comment.