| Class Summary | |
|---|---|
| AntPerformanceListener | This BuildListener keeps track of the total time it takes for each target and task to execute, then prints out the totals when the build is finished. |
| AntPerformanceListener.StopWatch | A stopwatch, useful for 'quick and dirty' performance testing. |
| AntPerformanceListener.StopWatchComparator | Compares the total times for two StopWatches. |
| StopWatch | A stopwatch, useful for 'quick and dirty' performance testing. |
| StopWatchTask | Assists in timing tasks and/or targets. |