public class AntPerformanceListener.StopWatchComparator
extends java.lang.Object
implements java.util.Comparator
Constructor and Description |
---|
StopWatchComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compares the total times for two StopWatches.
|