Returns the "filtered out" status of the node
Returns one of the following values:TimedCPUCCTNode.FILTERED_NO - if the node is not filtered out at allTimedCPUCCTNode.FILTERED_YES - if the node is unconditionally filtered outTimedCPUCCTNode.FILTERED_MAYBE - if the node might be filtered out, depending on other profiling settings
getLastWaitOrSleepStamp
public synchronized long getLastWaitOrSleepStamp()(Code)
public synchronized void setFilteredStatus(int status)(Code)
Sets the "filtered out" status of the node
Parameters: status - Use one of the following:TimedCPUCCTNode.FILTERED_NO - if the node is not filtered out at allTimedCPUCCTNode.FILTERED_YES - if the node is unconditionally filtered outTimedCPUCCTNode.FILTERED_MAYBE - if the node might be filtered out, depending on other profiling settings
setLastWaitOrSleepStamp
public synchronized void setLastWaitOrSleepStamp(long time)(Code)
setNCalls
public synchronized void setNCalls(int calls)(Code)
setNCallsDiff
public synchronized void setNCallsDiff(int calls)(Code)