diagnostic.elements
Class BlockTag

java.lang.Object
  extended by diagnostic.elements.Entry
      extended by diagnostic.elements.BlockTag

public class BlockTag
extends Entry


Field Summary
 long begin
           
 long end
           
 
Fields inherited from class diagnostic.elements.Entry
name
 
Constructor Summary
BlockTag()
           
 
Method Summary
 long getDuration()
           
 
Methods inherited from class diagnostic.elements.Entry
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

begin

public long begin

end

public long end
Constructor Detail

BlockTag

public BlockTag()
Method Detail

getDuration

public long getDuration()
Specified by:
getDuration in class Entry