Hi,
You can try out my ant profiler, antro: http://sourceforge.net/projects/antro .
2008/4/9, Tom Henricksen <[EMAIL PROTECTED]>:
>
> Is it possible for ant to give timings for each target? I get the total
> time when it completes, just wondering if I can time for each target executed.
>
> Th
Confirm the inclusion of ant-contrib.jar in the classpath, and pass a listener
parameter to the build command:
http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html
SKent
x8014
From: Tom Henricksen [mailto:[EMAIL PROTECTED]
Sent: Tue 4/8/2
You can use the Performance Monitor from either ant-contrib or
antelope. See docs at:
antelope:
http://antelope.tigris.org/nonav/docs/manual/bk03ch27.html
ant-contrib:
http://ant-contrib.sourceforge.net/tasks/tasks/index.html
Dale
Tom Henricksen wrote:
Is it possible for ant to give timing