| |
|
| java.lang.Object org.netbeans.lib.profiler.results.cpu.PrestimeCPUCCTNode org.netbeans.lib.profiler.results.cpu.PrestimeCPUCCTNodeBacked
PrestimeCPUCCTNodeBacked | public class PrestimeCPUCCTNodeBacked extends PrestimeCPUCCTNode (Code) | | Presentation-Time CPU Profiling Calling Context Tree (CCT) Node backed by the flattened tree data array in
CPUCCTContainer. These nodes are constructed on demand, i.e. only when the user opens some node in the CCT on screen.
They contain minimum amount of data in the node instance itself. As a result, a tree constructed of such nodes has
a very small overhead on top of the flattened data that already exists (and has relatively low space consumption and
construction time). The drawback is that it's difficult to add elements to a tree represented in the flattened form.
author: Misha Dmitriev |
compactDataOfs | protected int compactDataOfs(Code) | | |
nChildren | protected int nChildren(Code) | | |
PrestimeCPUCCTNodeBacked | protected PrestimeCPUCCTNodeBacked()(Code) | | |
getMethodId | public int getMethodId()(Code) | | |
getNCalls | public int getNCalls()(Code) | | |
getNChildren | public int getNChildren()(Code) | | |
getSleepTime0 | public long getSleepTime0()(Code) | | |
getThreadId | public int getThreadId()(Code) | | |
getTotalTime0 | public long getTotalTime0()(Code) | | |
getTotalTime0InPerCent | public float getTotalTime0InPerCent()(Code) | | |
getTotalTime1 | public long getTotalTime1()(Code) | | |
getTotalTime1InPerCent | public float getTotalTime1InPerCent()(Code) | | |
getWaitTime0 | public long getWaitTime0()(Code) | | |
sortChildren | public void sortChildren(int sortBy, boolean sortOrder)(Code) | | |
|
|
|