| org.netbeans.lib.profiler.ui.cpu.CPUResultsPanel org.netbeans.lib.profiler.ui.cpu.FlatProfilePanel org.netbeans.lib.profiler.ui.cpu.SnapshotFlatProfilePanel
SnapshotFlatProfilePanel | public class SnapshotFlatProfilePanel extends FlatProfilePanel implements ScreenshotProvider(Code) | | A display containing a flat profile (always appears together with CCT)
author: Misha Dmitriev author: Ian Formanek author: Jiri Sedlacek |
fitsVisibleArea | public boolean fitsVisibleArea()(Code) | | |
getCurrentViewScreenshot | public BufferedImage getCurrentViewScreenshot(boolean onlyVisibleArea)(Code) | | |
getMethodClassNameAndSig | protected String[] getMethodClassNameAndSig(int methodId, int currentView)(Code) | | |
obtainResults | protected void obtainResults()(Code) | | |
setDataToDisplay | public void setDataToDisplay(CPUResultsSnapshot snapshot, int threadId, int view)(Code) | | This method is supposed to be used for displaying data obtained in a snapshot. threadId is either an actual
threadId >= 0, or -1 to mean "display data for all threads". When data is initialized in this way, all operations
such as switching views (aggregation level), obtaining reverse call graph, going to method's source, are allowed.
|
showReverseCallGraph | protected void showReverseCallGraph(int threadId, int methodId, int currentView, int sortingColumn, boolean sortingOrder)(Code) | | |
supportsReverseCallGraph | protected boolean supportsReverseCallGraph()(Code) | | |
supportsSubtreeCallGraph | protected boolean supportsSubtreeCallGraph()(Code) | | |
updateResults | protected void updateResults()(Code) | | |
|
|