Class InvocationSet
java.lang.Object
org.jruby.runtime.profile.builtin.InvocationSet
- Direct Known Subclasses:
MethodData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcallsOfChild(int serial) longlongselfTime()longtimeSpentInChild(int serial) intlong
-
Field Details
-
invocations
-
-
Constructor Details
-
InvocationSet
InvocationSet(List<Invocation> invocations)
-
-
Method Details
-
totalTime
public long totalTime() -
selfTime
public long selfTime() -
childTime
public long childTime() -
totalCalls
public int totalCalls() -
timeSpentInChild
public long timeSpentInChild(int serial) -
callsOfChild
public int callsOfChild(int serial)
-