[jboss-svn-commits] JBL Code SVN: r36325 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 9 14:05:00 EST 2010


Author: whitingjr
Date: 2010-12-09 14:05:00 -0500 (Thu, 09 Dec 2010)
New Revision: 36325

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/ant-profiler.xml
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/configuration.properties
Log:
Added NoOp values for results and added hooks for profiler tasks.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/ant-profiler.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/ant-profiler.xml	2010-12-09 19:04:06 UTC (rev 36324)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/ant-profiler.xml	2010-12-09 19:05:00 UTC (rev 36325)
@@ -22,4 +22,7 @@
    
    <target name="process-profiling-data"></target>   
 
+	<target name="extract-timings">
+	</target>
+	
 </project>
\ No newline at end of file

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/configuration.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/configuration.properties	2010-12-09 19:04:06 UTC (rev 36324)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/profiler/none/configuration.properties	2010-12-09 19:05:00 UTC (rev 36325)
@@ -7,4 +7,13 @@
 profiler.controller=org.jboss.jbossts.performance.profiler.implementation.NoOpProfiler
 
 profiler.data.jps.file=none.jps
-profiler.data.jps.dir=/tmp/none
\ No newline at end of file
+profiler.data.jps.dir=/tmp/none
+
+
+#default values for storing results
+begin=0
+findUsingResourceA=0
+findUsingResourceB=0
+writeUsingResourceA=0
+writeUsingResourceB=0
+commit=0



More information about the jboss-svn-commits mailing list