org.apache.lucene.benchmark.stats
public class MemUsage extends Object
Modifier and Type | Field and Description |
---|---|
long |
avgFree |
long |
avgTotal |
long |
maxFree |
long |
maxTotal |
long |
minFree |
long |
minTotal |
Constructor and Description |
---|
MemUsage() |
Modifier and Type | Method and Description |
---|---|
String |
toScaledString(int div,
String unit)
Scale down the values by divisor, append the unit string.
|
String |
toString() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.