| org.netbeans.lib.profiler.ui.cpu.CPUResultsPanel org.netbeans.lib.profiler.ui.cpu.FlatProfilePanel org.netbeans.lib.profiler.ui.cpu.LiveFlatProfileCollectorPanel
fitsVisibleArea | public boolean fitsVisibleArea()(Code) | | |
getMethodClassNameAndSig | protected String[] getMethodClassNameAndSig(int methodId, int currentView)(Code) | | |
handleRemove | public void handleRemove()(Code) | | |
handleShutdown | public void handleShutdown()(Code) | | Called when auto refresh is on and profiling session will finish
to give the panel chance to do some cleanup before asynchrounous
call to updateLiveResults() will happen.
Currently it closes the context menu if open, which would otherwise
block updating the results.
|
hasData | public boolean hasData()(Code) | | |
hasView | public boolean hasView()(Code) | | |
obtainResults | protected void obtainResults()(Code) | | |
prepareResults | public void prepareResults()(Code) | | |
setDataToDisplay | public void setDataToDisplay(FlatProfileContainer fpc)(Code) | | This method is supposed to be used for displaying data in live update mode. The data is initialized using a
"lightweight" flat profile container, not backed by the snapshot, that does not allow any operations listed
above, i.e. switching views, obtaining reverse call graph, and going to method's source.
|
setSelectedRowString | void setSelectedRowString(String rowString)(Code) | | |
showReverseCallGraph | protected void showReverseCallGraph(int threadId, int methodId, int currentView, int sortingColumn, boolean sortingOrder)(Code) | | Default implementation throwing IllegalStateException, needs to be overriden by classes that do support showReverseCallGraph
|
supports | public boolean supports(int instrumentationType)(Code) | | |
supportsReverseCallGraph | protected boolean supportsReverseCallGraph()(Code) | | |
supportsSubtreeCallGraph | protected boolean supportsSubtreeCallGraph()(Code) | | |
updateLiveResults | public void updateLiveResults()(Code) | | |
|
|