We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b983c commit d71e8efCopy full SHA for d71e8ef
compiler/src/dotty/tools/dotc/util/Stats.scala
@@ -62,6 +62,7 @@ import collection.mutable
62
aggregate()
63
println()
64
println(hits.toList.sortBy(_._2).map{ case (x, y) => s"$x -> $y" } mkString "\n")
65
+ hits.clear()
66
}
67
68
else op
0 commit comments