HomeSort by relevance Sort by last modified time
    Searched refs:getUsedMem (Results 1 - 2 of 2) sorted by null

  /external/annotation-tools/asmx/test/perf/org/objectweb/asm/
ASMMemTest.java 65 System.out.println("Initial memory load: ".concat(memFormat(getUsedMem(runtime))));
104 System.out.println("Empty memory load: ".concat(memFormat(startmem = getUsedMem(runtime))));
118 System.out.println("Final memory load: ".concat(memFormat(getUsedMem(runtime))));
119 System.out.println("ASM memory load: ".concat(memFormat(getUsedMem(runtime)
137 System.out.println("ASM memory load (removed method code): ".concat(memFormat(getUsedMem(runtime)
143 public final static long getUsedMem(final Runtime r) {
201 oldmem = getUsedMem(r);
210 } while (getUsedMem(r) < oldmem);
  /external/annotation-tools/annotation-file-utilities/lib/
asm-5.0.jar 

Completed in 142 milliseconds