~ubuntu-branches/ubuntu/raring/jruby/raring

« back to all changes in this revision

Viewing changes to lib/profile-ruby.properties

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-20 21:17:04 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: package-import@ubuntu.com-20110920211704-qpps2dgm982mpd8d
Tags: 1.5.6-1
* New upstream version (Closes: #636554)
* Document licenses and copyright holders of code in
  jruby-launcher-1.0.3-java.gem.
* Change debian/watch to read tags from github. Remove get-orig-source
  target from debian/rules because we mirror the github repo in our repo.
* Use cdbs to build the package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
profiler=on
2
 
remote=off
3
 
port=15599
4
 
thread-depth=-1
5
 
thread.compact.threshold.ms=10
6
 
method.compact.threshold.ms=10
7
 
file=./profile.txt
8
 
track.object.alloc=off
9
 
output=text
10
 
debug=off
11
 
profiler-class=com.mentorgen.tools.profile.runtime.Profile
12
 
output-method-signatures=no
13
 
clock-resolution=ms
14
 
max-method-count=50
15
 
output-summary-only=yes
16
 
accept-class-loaders=org.jruby.util.JRubyClassLoader,org.jruby.util.ClassCache$OneShotClassLoader