org.wymiwyg.commons.timelogger
Interface Section

All Known Implementing Classes:
SectionTimeLogger

public interface Section

Author:
reto

Method Summary
 Object getIdentifier()
           
 long getTimeElapsedInMillis()
           
 long getTimeElapsedInNanos()
           
 List<Section> subSections()
           
 

Method Detail

getTimeElapsedInMillis

long getTimeElapsedInMillis()

getIdentifier

Object getIdentifier()
Returns:
an identifier witha toString implementation returning a description of the section

subSections

List<Section> subSections()
Returns:

getTimeElapsedInNanos

long getTimeElapsedInNanos()
Returns:


Copyright © 2011. All Rights Reserved.