Class TraceThread

    • Field Detail

      • threadID

        protected long threadID
      • threadName

        protected String threadName
      • numBufs

        public static int numBufs
    • Constructor Detail

      • TraceThread

        protected TraceThread​(long ID,
                              String threadName)
        construct a new trace thread vector
        Parameters:
        ID - ( hex value of threadID )
        threadName -
    • Method Detail

      • getBuffersProcessed

        public static int getBuffersProcessed()
      • getNextTracePoint

        public TracePoint getNextTracePoint()
      • getIndent

        public int getIndent()
      • indent

        public void indent()
      • outdent

        public void outdent()
      • getTimeOfNextTracePoint

        public BigInteger getTimeOfNextTracePoint()