Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/memory/
DObjectGraphMeasurerTest.java65 static final Object withCycle = new Object() { field in ObjectGraphMeasurerTest
73 ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(withCycle); in testCycle()