[jboss-svn-commits] JBL Code SVN: r30214 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Nov 18 13:32:38 EST 2009
Author: whitingjr
Date: 2009-11-18 13:32:38 -0500 (Wed, 18 Nov 2009)
New Revision: 30214
Removed:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile.properties
Log:
Removed
Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile.properties 2009-11-18 18:32:12 UTC (rev 30213)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile.properties 2009-11-18 18:32:38 UTC (rev 30214)
@@ -1,73 +0,0 @@
-#
-# Is the profiler on or off when the app starts?
-# (on | off)
-# default = on
-#
-profiler=on
-#
-# Can the profiler be controlled remotely ?
-# (on | off)
-# default = off
-#
-remote=off
-#
-# TCP listen port for remote control
-# default =15599
-#
-port=15599
-#
-#
-ClassLoaderFilter.1=com.mentorgen.tools.profile.instrument.clfilter.StandardClassLoaderFilter
-#
-# What is the maximum depth for thread dumps
-# (-1 means no limit)
-# default = -1
-# (you may also use 'compact')
-#
-thread-depth=compact
-#
-# When compacting thread dumps, what in the minimum total time you want
-# to show
-# default = 10 (ms)
-#
-thread.compact.threshold.ms=1
-#
-# What is the maximum number of methods to show in the method dump
-# (-1 means no limit)
-# default = -1
-# (you may also use 'compact')
-#
-max-method-count=compact
-#
-# defaults to 10
-#
-method.compact.threshold.ms=1
-#
-# What is the default file name for the profile information
-# default=./profile.txt
-#
-file=/tmp/profile.txt
-#
-# specify a directory and jip will create uniquely named files.
-#file=/home/whitingjr/eclipse/v3.5-galileo/workspaces/performance/performance/logs
-#
-# What packages are excluded from the display
-# (comma separated)
-# Note: com.mentorgen.tools.profile is always excluded
-#
-exclude=org.apache.lo4j.*
-include=org.jboss.application.Demo
-#
-# Track Object Allocation (very expensive)
-# values: on, off
-# default = off
-#
-track.object.alloc=off
-#
-#output=text
-output=xml
-#output-method-signatures=yes
-#profiler-class=net.sourceforge.jiprof.timeline.TimeLineProfiler
-#clock-resolution=ms
-
-#debug=on
\ No newline at end of file
More information about the jboss-svn-commits
mailing list