Home
last modified time | relevance | path

Searched refs:WithStaticField (Results 1 – 1 of 1) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/memory/
DObjectGraphMeasurerTest.java99 static class WithStaticField { class in ObjectGraphMeasurerTest
100 static WithStaticField INSTANCE = new WithStaticField();
104 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(new WithStaticField()); in testStaticFields()