mirror of https://github.com/apache/lucene.git
add useful sop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1603595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1a92efa190
commit
1195909d13
|
@ -113,7 +113,9 @@ abstract class BaseIndexFileFormatTestCase extends LuceneTestCase {
|
|||
queue.addAll(map.values());
|
||||
return 2L * map.size() * RamUsageEstimator.NUM_BYTES_OBJECT_REF;
|
||||
}
|
||||
return super.accumulateObject(o, shallowSize, fieldValues, queue);
|
||||
long v = super.accumulateObject(o, shallowSize, fieldValues, queue);
|
||||
// System.out.println(o.getClass() + "=" + v);
|
||||
return v;
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue