| java.lang.Object org.netbeans.lib.profiler.results.threads.ThreadData
ThreadData | public class ThreadData (Code) | | A representation of the thread timeline data for a single thread
author: Misha Dmitriev |
NO_STATE | final static byte NO_STATE(Code) | | |
add | public void add(long timeStamp, byte threadState)(Code) | | |
clearStates | public void clearStates()(Code) | | |
getFirstState | public byte getFirstState()(Code) | | |
getFirstTimeStamp | public long getFirstTimeStamp()(Code) | | |
getLastState | public byte getLastState()(Code) | | |
getLastTimeStamp | public long getLastTimeStamp()(Code) | | |
getStateAt | public byte getStateAt(int idx)(Code) | | |
getThreadStateColor | public static Color getThreadStateColor(int threadState)(Code) | | |
getThreadStateColorAt | public Color getThreadStateColorAt(int idx)(Code) | | |
getTimeStampAt | public long getTimeStampAt(int idx)(Code) | | |
|
|