| Package | Description |
|---|---|
| org.jruby.java.dispatch | |
| 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. |
| org.jruby.util.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ParameterTypes> |
CallableSelector.newCallableCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IntHashMap<Invocation> |
Invocation.getChildren() |
protected static IntHashMap<org.jruby.runtime.profile.builtin.MethodData> |
ProfilePrinter.methodData(Invocation top) |
| Constructor and Description |
|---|
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children) |
| Modifier and Type | Method and Description |
|---|---|
static <U> IntHashMap<U> |
IntHashMap.nullMap() |
Copyright © 2001-2016 JRuby. All Rights Reserved.