Package | Description |
---|---|
org.jruby.runtime.profile |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
IntHashMap<Invocation> |
Invocation.getChildren() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
FlatProfilePrinter(Invocation top) |
GraphProfilePrinter(Invocation top) |
Invocation(Invocation parent,
int serial) |
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children) |
Constructor and Description |
---|
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children) |
InvocationSet(java.util.ArrayList<Invocation> invs) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.