aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-02-22 10:58:18 +0100
committerMartin Odersky <odersky@gmail.com>2014-02-24 18:56:48 +0100
commitafb74449e0443d321da4b79e776eab376fdc51b1 (patch)
treea8f9101da583018b398f18c8b95c9e5fd18e5110 /src/dotty/tools/dotc/core
parenta4e2a6ed89c33f8c79c7129cc493bff0f84e044c (diff)
downloaddotty-afb74449e0443d321da4b79e776eab376fdc51b1.tar.gz
dotty-afb74449e0443d321da4b79e776eab376fdc51b1.tar.bz2
dotty-afb74449e0443d321da4b79e776eab376fdc51b1.zip
More statistics for created and retained trees
Diffstat (limited to 'src/dotty/tools/dotc/core')
-rw-r--r--src/dotty/tools/dotc/core/TypeComparer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/TypeComparer.scala b/src/dotty/tools/dotc/core/TypeComparer.scala
index e8ccbf38a..720d0b41d 100644
--- a/src/dotty/tools/dotc/core/TypeComparer.scala
+++ b/src/dotty/tools/dotc/core/TypeComparer.scala
@@ -195,7 +195,7 @@ class TypeComparer(initctx: Context) extends DotClass {
val saved = constraint
val savedSuccessCount = successCount
val savedTotalCount = totalCount
- if (Stats.monitored) Stats.record(s"isSubType ${tp1.show} <:< ${tp2.show}")
+ //if (Stats.monitored) Stats.record(s"isSubType ${tp1.show} <:< ${tp2.show}")
try {
recCount += 1
/* !!! DEBUG