aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-05-13 18:52:19 +0200
committerMartin Odersky <odersky@gmail.com>2013-05-13 18:52:19 +0200
commit9ba33cb09d684eb5b5ea10379e801ebc7de135ba (patch)
tree037e62b498dfa49f3fe8244c4c45d4860849c835 /src/dotty/tools/dotc/util
parent19cce9dca34bf951787805069dc57bf177942758 (diff)
downloaddotty-9ba33cb09d684eb5b5ea10379e801ebc7de135ba.tar.gz
dotty-9ba33cb09d684eb5b5ea10379e801ebc7de135ba.tar.bz2
dotty-9ba33cb09d684eb5b5ea10379e801ebc7de135ba.zip
First tiny bit of statistics.
Diffstat (limited to 'src/dotty/tools/dotc/util')
-rw-r--r--src/dotty/tools/dotc/util/Stats.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/util/Stats.scala b/src/dotty/tools/dotc/util/Stats.scala
new file mode 100644
index 000000000..68884fdbc
--- /dev/null
+++ b/src/dotty/tools/dotc/util/Stats.scala
@@ -0,0 +1,7 @@
+package dotty.tools.dotc.util
+
+object Stats {
+
+ final val enabled = true
+
+} \ No newline at end of file