Package | Description |
---|---|
org.eth.cyril.telemetry | |
org.eth.jibin.visualization.contentprovider |
Modifier and Type | Method and Description |
---|---|
void |
InteractiveModeDataGatherer.analyzedHeap(HeapContent heap,
VisualizationInput.AnalysisReason reason) |
void |
GraphLayoutReasonDataGatherer.analyzedHeap(HeapContent heap,
VisualizationInput.AnalysisReason reason) |
Modifier and Type | Method and Description |
---|---|
static VisualizationInput.AnalysisReason |
VisualizationInput.AnalysisReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VisualizationInput.AnalysisReason[] |
VisualizationInput.AnalysisReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HeapAnalyzedListener.analyzedHeap(HeapContent heap,
VisualizationInput.AnalysisReason reason)
Notifies the listener that the heap was analyzed.
|