it is possible to tell how much time took a target to run, or a process within a target, like exec?
something like ...
<target ...>
<time action="start" property="myTime" pattern=....>
<exec ..
<time action="stop" pattern=....>
<echo>the action took ${myTime}</echo>
...
is there something like this available?
