| Package | Description |
|---|---|
| com.tagtraum.perf.gcviewer.model |
| Modifier and Type | Method and Description |
|---|---|
DoubleData |
GCModel.getCmsInitiatingOccupancyFraction()
Return statistical data about fraction of tenured heap when concurrent collection cycles
are started.
|
DoubleData |
GCModel.getFullGCPause() |
DoubleData |
GCModel.getFullGCPauseInterval() |
DoubleData |
GCModel.getGCPause() |
DoubleData |
GCModel.getPause() |
DoubleData |
GCModel.getPauseInterval() |
DoubleData |
GCModel.getRelativePostGCIncrease() |
DoubleData |
GCModel.getVmOperationPause() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DoubleData> |
GCModel.getConcurrentEventPauses() |
Map<String,DoubleData> |
GCModel.getFullGcEventPauses() |
Map<String,DoubleData> |
GCModel.getGcEventPauses() |
Map<String,DoubleData> |
GCModel.getGcEventPhases() |
Map<String,DoubleData> |
GCModel.getVmOperationEventPauses() |
Copyright © 2019. All rights reserved.