| Package | Description |
|---|---|
| com.tagtraum.perf.gcviewer.imp | |
| com.tagtraum.perf.gcviewer.model | |
| com.tagtraum.perf.gcviewer.view.renderer |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractGCEvent<GCEvent> |
DataReaderSun1_3_1.parseLine(String line,
ParseInformation pos) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataReaderSun.parseDetailEventsIfExist(String line,
ParseInformation pos,
GCEvent event)
Parses detail events if any exist at current
pos in line. |
protected void |
AbstractDataReaderSun.setMemoryAndPauses(GCEvent event,
String line)
Convenience method to parse memory information followed by a pause time.
|
protected void |
AbstractDataReaderSun.setMemoryAndPauses(GCEvent event,
String line,
ParseInformation pos)
Parses memory information in the format <number>KB-><number>KB(<number>KB), <number>ms
|
protected void |
AbstractDataReaderSun.setMemoryExtended(GCEvent event,
String line,
ParseInformation pos)
Parses a memory information with the following form: 8192K[(16M)]->7895K[(16M)] ("[...]"
means optional).
|
| Modifier and Type | Class and Description |
|---|---|
class |
G1GcEvent
G1GcEvent may contain lots of detail information which provide information about the
different steps of the garbage collection.
|
class |
GCEventUJL |
| Modifier and Type | Method and Description |
|---|---|
GCEvent |
GCEvent.cloneAndMerge(AbstractGCEvent<GCEvent> otherEvent) |
GCEvent |
GCEvent.getPerm()
Returns information on perm generation.
|
GCEvent |
GCEvent.getTenured()
Returns information on young generation.
|
GCEvent |
GCEvent.getYoung()
Returns information on young generation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GCEvent> |
GCModel.getFullGCEvents()
Returns an iterator to all full gc events.
|
Iterator<GCEvent> |
GCModel.getGCEvents()
Returns an iterator to all garbage collection events (without full gcs / vm operations).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCEvent.add(GCEvent event) |
| Modifier and Type | Method and Description |
|---|---|
GCEvent |
GCEvent.cloneAndMerge(AbstractGCEvent<GCEvent> otherEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PolygonChartRenderer.hasMemoryInformation(GCEvent event)
Returns
true if event is of a type that contains memory information. |
Copyright © 2019. All rights reserved.