public class HeapHistogram extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HeapHistogram.ClassInfo
Données sur une classe.
|
| Constructor and Description |
|---|
HeapHistogram(InputStream in,
boolean jrockit) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(HeapHistogram second) |
List<HeapHistogram.ClassInfo> |
getHeapHistogram() |
List<HeapHistogram.ClassInfo> |
getPermGenHistogram() |
Date |
getTime() |
long |
getTotalHeapBytes() |
long |
getTotalHeapInstances() |
long |
getTotalPermGenBytes() |
long |
getTotalPermGenInstances() |
boolean |
isSourceDisplayed() |
public HeapHistogram(InputStream in, boolean jrockit)
public void add(HeapHistogram second)
public Date getTime()
public List<HeapHistogram.ClassInfo> getHeapHistogram()
public long getTotalHeapInstances()
public long getTotalHeapBytes()
public List<HeapHistogram.ClassInfo> getPermGenHistogram()
public long getTotalPermGenInstances()
public long getTotalPermGenBytes()
public boolean isSourceDisplayed()
Copyright © 2008–2018 Emeric Vernat. All rights reserved.