Re: Ant Target timing

2008-04-08 Thread Eugene Kirpichov
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

RE: Ant Target timing

2008-04-08 Thread Moore, Kent
/2008 8:20 PM To: user@ant.apache.org Subject: Ant Target timing 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. Thanks, Tom __ The information contained in this message is

Re: Ant Target timing

2008-04-08 Thread Dale Anson
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

Ant Target timing

2008-04-08 Thread Tom Henricksen
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. Thanks, Tom