net.sf.antcontrib.perf
public class AntPerformanceListener extends Object implements BuildListener
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
Version: $Revision: 1.3 $
Nested Class Summary | |
---|---|
class | AntPerformanceListener.StopWatch
A stopwatch, useful for 'quick and dirty' performance testing. |
class | AntPerformanceListener.StopWatchComparator
Compares the total times for two StopWatches. |
Method Summary | |
---|---|
void | buildFinished(BuildEvent be)
Sorts and prints the results. |
void | buildStarted(BuildEvent be)
Starts a 'running total' stopwatch. |
static void | main(String[] args) |
void | messageLogged(BuildEvent be)
no-op |
void | targetFinished(BuildEvent be)
Stop timing the given target. |
void | targetStarted(BuildEvent be)
Start timing the given target. |
void | taskFinished(BuildEvent be)
Stop timing the given task. |
void | taskStarted(BuildEvent be)
Start timing the given task. |