Hi,
You can use the antro profiler for that:
http://sourceforge.net/projects/antro . It will give you timing
statistics by line, and if the invocation count equals 0, that means
the line wasn't executed.
--
Eugene Kirpichov
2008/4/21, Md. Jahidul Hasan <[EMAIL PROTECTED]>:
> Hi
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
is already stored in the profiler report, just not
displayed)
- Report by task and by target
- Better performance and memory requirements for really large reports
--
Eugene Kirpichov
Web IR developer, Yandex
-
To unsubscribe, e-ma
Hi everybody,
1. I have written a line-level profiler for ant build scripts:
http://sourceforge.net/projects/antro . I was surprised at how easy it
was and at the fact that no one has done that before (at least, to my
best knowledge)
2. I was going to add a feature to launch ant script directly f