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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 24 13:47:53 EST 2009


Author: whitingjr
Date: 2009-11-24 13:47:52 -0500 (Tue, 24 Nov 2009)
New Revision: 30326

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
Log:
Enabled class profiling configuration.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-11-24 15:53:25 UTC (rev 30325)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-remote.properties	2009-11-24 18:47:52 UTC (rev 30326)
@@ -56,9 +56,9 @@
 # (comma separated)
 # Note: com.mentorgen.tools.profile is always excluded
 #
-exclude=org.apache.lo4j.*,org.testng.*,org.dbunit,com.mentorgen.*
-include=${db-vendor-profiling}
-#include=${db-vendor-profiling},org.jboss,org.hibernate,com.arjuna
+exclude=org.apache.lo4j,org.testng,org.dbunit,com.mentorgen
+#include=${db-vendor-profiling}
+include=${db-vendor-profiling},org.jboss,org.hibernate,com.arjuna
 #
 # Track Object Allocation (very expensive)
 # values: on, off
@@ -72,4 +72,5 @@
 #profiler-class=net.sourceforge.jiprof.timeline.TimeLineProfiler
 #clock-resolution=ms
 
-debug=off
\ No newline at end of file
+debug=off
+



More information about the jboss-svn-commits mailing list