Package com.google.caliper.memory.ObjectGraphMeasurer

Examples of com.google.caliper.memory.ObjectGraphMeasurer.Footprint


  };

  // enums are treated as statics (and ignored)
  @Test public void testEnum() {
    ObjectGraphMeasurer.Footprint footprint = ObjectGraphMeasurer.measure(oneEnumField);
    assertEquals(new Footprint(1, 1, 0, NO_PRIMITIVES), footprint);
  }
View Full Code Here

TOP

Related Classes of com.google.caliper.memory.ObjectGraphMeasurer.Footprint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.