| |
|
| java.lang.Object org.netbeans.lib.profiler.results.cpu.PrestimeCPUCCTNode org.netbeans.lib.profiler.results.cpu.PrestimeCPUCCTNodeFree
PrestimeCPUCCTNodeFree | public class PrestimeCPUCCTNodeFree extends PrestimeCPUCCTNode (Code) | | Presentation-Time CPU Profiling Calling Context Tree (CCT) Node that contains all necessary data in its data fields.
These objects are used for reverse CCTs and other trees that have to be constructed incrementally, so that backing by
flattened data cannot be easily implemented.
author: Misha Dmitriev |
methodId | protected int methodId(Code) | | |
nCalls | protected int nCalls(Code) | | |
sleepTime0 | protected long sleepTime0(Code) | | |
totalTime0 | protected long totalTime0(Code) | | The same class used for both standard and "extended" nodes (collecting one or two timestamps)
|
totalTime1 | protected long totalTime1(Code) | | |
waitTime0 | protected long waitTime0(Code) | | The same class used for both standard and "extended" nodes (collecting one or two timestamps)
|
addNCalls | public void addNCalls(int addCalls)(Code) | | Methods used during node merging
|
addSleepTime0 | public void addSleepTime0(long addTime)(Code) | | |
addTotalTime0 | public void addTotalTime0(long addTime)(Code) | | |
addTotalTime1 | public void addTotalTime1(long addTime)(Code) | | |
addWaitTime0 | public void addWaitTime0(long addTime)(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) | | |
setMethodId | public void setMethodId(int methodId)(Code) | | |
sortChildren | public void sortChildren(int sortBy, boolean sortOrder)(Code) | | |
|
|
|