Package | Description |
---|---|
org.jruby | |
org.jruby.runtime.profile |
The profile package contains the api to implement an profiler for jruby.
|
org.jruby.runtime.profile.builtin |
This package contains the implementation of
ProfilingService and all related
classes will be used for all profiling methods which are shipped with jruby. |
Modifier and Type | Method and Description |
---|---|
ProfilingService |
Ruby.getProfilingService() |
Modifier and Type | Method and Description |
---|---|
ProfilingService |
ProfilingServiceLookup.getService()
Returns
ProfilingServiceLookup.runtime . |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinProfilingService
This implementation of
ProfilingService will be used for all profiling methods
which are shipped with jruby. |
Copyright © 2001-2016 JRuby. All Rights Reserved.