| |
|
| java.lang.Object org.netbeans.lib.profiler.ui.cpu.statistics.TimingData
TimingData | public class TimingData (Code) | | author: Jaroslav Bachorik |
TimingData | public TimingData()(Code) | | |
addIncomming | public synchronized void addIncomming(int invocations)(Code) | | |
addOutgoing | public synchronized void addOutgoing(int invocations)(Code) | | |
addTime0 | public synchronized void addTime0(long time0)(Code) | | |
addTime1 | public synchronized void addTime1(long time1)(Code) | | |
getIncInv | public synchronized int getIncInv()(Code) | | |
getOutInv | public synchronized int getOutInv()(Code) | | |
getTime0Acc | public synchronized long getTime0Acc()(Code) | | |
getTime1Acc | public synchronized long getTime1Acc()(Code) | | |
incrementIncomming | public synchronized void incrementIncomming()(Code) | | |
incrementOutgoing | public synchronized void incrementOutgoing()(Code) | | |
|
|
|