[jboss-svn-commits] JBL Code SVN: r30324 - labs/jbosstm/workspace/whitingjr/trunk/performance.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 24 09:21:50 EST 2009


Author: whitingjr
Date: 2009-11-24 09:21:49 -0500 (Tue, 24 Nov 2009)
New Revision: 30324

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
Log:
Added comments install the jipViewer GUI.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2009-11-24 13:37:44 UTC (rev 30323)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/build.xml	2009-11-24 14:21:49 UTC (rev 30324)
@@ -30,7 +30,14 @@
 	./src/main/resources/xsl/database/<dbvendor>
 	 -->
 
-	<!-- TODO: Remove obsolete properties and dependencies. -->
+	<!--
+	  Viewing the profiling results.
+	 To view the results the GUI called jipViewer needs to be called. Download the binaries
+	 for JIP from
+	 http://jiprof.sourceforge.net/
+	 Inside the client folder is the script to start jipViewer passing the generated XML file.
+	 usage: jipViewer.sh 20091123-114548.xml & 
+    -->
 	<property name="build.classes.dir" value="build/classes" />
 	<property name="test.output.dir" value="target" />
 	



More information about the jboss-svn-commits mailing list