Added profiling timer to sf-get-source target.
authorSimon Howkins <simonh@symbian.org>
Mon, 01 Feb 2010 17:51:34 +0000
changeset 889 89a04d480b55
parent 888 5cd45cbf7622
child 890 41f3579ef67e
Added profiling timer to sf-get-source target.
common/build.xml
--- a/common/build.xml	Thu Feb 11 15:23:47 2010 +0000
+++ b/common/build.xml	Mon Feb 01 17:51:34 2010 +0000
@@ -358,7 +358,9 @@
     </target>
 
     <target name="sf-get-source" depends="sf-generate-source-spec">
+        <stopwatch name="sf-get-source"/>
         <ant antfile="${temp.build.dir}/source-spec.ant.xml" />
+        <stopwatch name="sf-get-source" action="elapsed"/>
     </target>
     
     <target name="sf-generate-source-spec">