| 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 | Field and Description |
|---|---|
private MethodEnhancer |
RubyModule.ProfilingCacheEntryFactory.enhancer |
| Modifier and Type | Method and Description |
|---|---|
private MethodEnhancer |
RubyModule.ProfilingCacheEntryFactory.getMethodEnhancer() |
| Modifier and Type | Method and Description |
|---|---|
MethodEnhancer |
ProfilingService.newMethodEnhancer(Ruby runtime) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
BuiltinProfilingService.DefaultMethodEnhancer |