etm.core.aggregation
Interface Aggregate
- All Known Implementing Classes:
- ConsoleRenderer.SortedExecutionGraph, ExecutionAggregate
public interface Aggregate
The Aggregate represents aggregated information of
an execution point. Please note that usally methods of this class
are not synchronized.
- Since:
- 1.2.0
- Version:
- $Revision: 150 $
- Author:
- void.fm
getName
java.lang.String getName()
getAverage
double getAverage()
getMin
double getMin()
getMax
double getMax()
getMeasurements
long getMeasurements()
getTotal
double getTotal()
hasChilds
boolean hasChilds()
getChilds
java.util.Map getChilds()
Copyright © 2004,2005, 2006, 2007 void.fm. All Rights Reserved.