org.apache.lucene.benchmark.stats
Class MemUsage
This class holds a set of memory usage values.
- Andrzej Bialecki <ab@getopt.org>
String | toScaledString(int div, String unit) - Scale down the values by divisor, append the unit string.
|
String | toString()
|
avgFree
public long avgFree
avgTotal
public long avgTotal
maxFree
public long maxFree
maxTotal
public long maxTotal
minFree
public long minFree
minTotal
public long minTotal
toScaledString
public String toScaledString(int div,
String unit)
Scale down the values by divisor, append the unit string.
toString
public String toString()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.