public class Invocation
extends java.lang.Object
Constructor and Description |
---|
Invocation(int serial) |
Invocation(Invocation parent,
int serial) |
Invocation(Invocation parent,
int serial,
IntHashMap<Invocation> children) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(Invocation child) |
void |
addDuration(long d) |
Invocation |
childInvocationFor(int serial) |
long |
childTime() |
Invocation |
copyWithNewSerialAndParent(int serial,
Invocation newParent) |
IntHashMap<Invocation> |
getChildren() |
int |
getCount() |
long |
getDuration() |
int |
getMethodSerialNumber() |
Invocation |
getParent() |
int |
getRecursiveDepth() |
void |
incrementCount() |
long |
selfTime() |
void |
setCount(int c) |
void |
setDuration(long d) |
void |
setParent(Invocation p) |
void |
setRecursiveDepth(int d) |
public Invocation(int serial)
public Invocation(Invocation parent, int serial)
public Invocation(Invocation parent, int serial, IntHashMap<Invocation> children)
public int getMethodSerialNumber()
public int getRecursiveDepth()
public void setRecursiveDepth(int d)
public Invocation getParent()
public void setParent(Invocation p)
public IntHashMap<Invocation> getChildren()
public long getDuration()
public void setDuration(long d)
public void addDuration(long d)
public int getCount()
public void setCount(int c)
public void incrementCount()
public Invocation childInvocationFor(int serial)
public Invocation copyWithNewSerialAndParent(int serial, Invocation newParent)
public void addChild(Invocation child)
public long childTime()
public long selfTime()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.