|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocation | |
|---|---|
| org.jruby.runtime.profile | |
| Uses of Invocation in org.jruby.runtime.profile |
|---|
| Methods in org.jruby.runtime.profile that return Invocation | |
|---|---|
Invocation |
ProfileData.addDuration(Invocation inv)
|
Invocation |
Invocation.childInvocationFor(int serial)
|
Invocation |
Invocation.copyWithNewSerialAndParent(int serial,
Invocation newParent)
|
Invocation |
ProfileData.getCurrentInvocation()
|
Invocation |
Invocation.getParent()
|
Invocation |
IProfileData.getResults()
|
Invocation |
ProfileData.getResults()
|
Invocation |
ProfileData.getTopInvocation()
|
| Methods in org.jruby.runtime.profile that return types with arguments of type Invocation | |
|---|---|
IntHashMap<Invocation> |
Invocation.getChildren()
|
| Methods in org.jruby.runtime.profile with parameters of type Invocation | |
|---|---|
void |
Invocation.addChild(Invocation child)
|
Invocation |
ProfileData.addDuration(Invocation inv)
|
Invocation |
Invocation.copyWithNewSerialAndParent(int serial,
Invocation newParent)
|
boolean |
AbstractProfilePrinter.isProfilerInvocation(Invocation inv)
|
protected java.util.Map<java.lang.Integer,MethodData> |
AbstractProfilePrinter.methodData(Invocation top)
|
protected void |
AbstractProfilePrinter.methodData1(java.util.Map<java.lang.Integer,MethodData> methods,
Invocation inv)
|
void |
Invocation.setParent(Invocation p)
|
| Constructors in org.jruby.runtime.profile with parameters of type Invocation | |
|---|---|
FlatProfilePrinter(Invocation top)
|
|
GraphProfilePrinter(Invocation top)
|
|
Invocation(Invocation parent,
int serial)
|
|
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children)
|
|
| Constructor parameters in org.jruby.runtime.profile with type arguments of type Invocation | |
|---|---|
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children)
|
|
InvocationSet(java.util.ArrayList<Invocation> invs)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||