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 7dceba3 commit b81b3b9Copy full SHA for b81b3b9
compiler/src/dotty/tools/dotc/util/SimpleIdentityMap.scala
@@ -139,6 +139,7 @@ object SimpleIdentityMap {
139
private def value(i: Int): V = bindings(i + 1).asInstanceOf[V]
140
141
def size: Int = bindings.length / 2
142
+ Stats.record(s"SimpleIdentityMap/$size")
143
144
def apply(k: K): V = {
145
var i = 0
0 commit comments