Skip to content

Instantly share code, notes, and snippets.

@vvs
Created March 26, 2010 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvs/344631 to your computer and use it in GitHub Desktop.
Save vvs/344631 to your computer and use it in GitHub Desktop.
jruby --profile -e "p ARGV"
Running with instrumented profiler
profiler: on
remote: off
port: 15599
thread-depth: -1
thread.compact.threshold.ms: 10
max-method-count: 50
method.compact.threshold.ms: 10
file: ./profile.txt
track.object.alloc: off
output: text
debug: off
profiler-class: com.mentorgen.tools.profile.runtime.Profile
output-method-signatures: no
clock-resolution: ms
output-summary-only: yes
exclude:null
Accept ClassLoader: org.jruby.util.JRubyClassLoader
Accept ClassLoader: org.jruby.util.ClassCache$OneShotClassLoader
ClassLoaderFilter.1: null
Using the generic class loader filter.
Java Interactive Profiler: starting
------------------
warning: could not compile; pass -d or -J-Djruby.jit.logging.verbose=true for more details
Error, could not compile; pass -J-Djruby.jit.logging.verbose=true for more details
:1: load error: builtin/core_ext/symbol -- java.lang.NullPointerException: null (LoadError)
...internal jruby stack elided...
from (unknown).(unknown)(:1)
Controller -- shuttingdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment