summaryrefslogtreecommitdiff
path: root/tools/profile_scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-05-15 10:21:26 -0700
committerPaul Phillips <paulp@improving.org>2012-05-15 11:12:40 -0700
commit317a1056cd8062331964d1bc65f1bfd945538551 (patch)
treed3682713ea5fd99579eb7240ec587cdc92bf2fed /tools/profile_scala
parent8a3ed4cc955dd85f37cc148265e920435b009a29 (diff)
downloadscala-317a1056cd8062331964d1bc65f1bfd945538551.tar.gz
scala-317a1056cd8062331964d1bc65f1bfd945538551.tar.bz2
scala-317a1056cd8062331964d1bc65f1bfd945538551.zip
Removing extraneous files.
Culling accumulated unnecessary code.
Diffstat (limited to 'tools/profile_scala')
-rwxr-xr-xtools/profile_scala17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/profile_scala b/tools/profile_scala
deleted file mode 100755
index 037fc327bd..0000000000
--- a/tools/profile_scala
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-#
-
-# Uses quick by default
-CLASSPATH=`tools/quickcp`
-
-AGENT=${YOURKIT_PATH:-/Applications/YourKit.app/bin/mac/libyjpagent.jnilib}
-
-java $JAVA_OPTS \
- -classpath $CLASSPATH \
- -agentpath:$AGENT=$YNP_STARTUP_OPTIONS \
- scala.tools.nsc.MainGenericRunner -usejavacp \
- -i <(cat <<EOF
-lazy val profiler = new scala.tools.util.YourkitProfiling { }
-import profiler._
-EOF
-) "$@"