Uses of Class
org.jruby.runtime.profile.builtin.Invocation
Packages that use Invocation
Package
Description
This package contains the implementation of
ProfilingService
and all related
classes will be used for all profiling methods which are shipped with jruby.-
Uses of Invocation in org.jruby.runtime.profile.builtin
Methods in org.jruby.runtime.profile.builtin that return InvocationModifier and TypeMethodDescriptionInvocation.childInvocationFor
(int serial) ProfileData.computeResults()
Compute the profiling results from gathered data.ProfileData.getCurrentInvocation()
Invocation.getParent()
ProfileData.getTopInvocation()
protected Invocation
ProfilePrinter.getTopInvocation()
Methods in org.jruby.runtime.profile.builtin that return types with arguments of type InvocationMethods in org.jruby.runtime.profile.builtin with parameters of type InvocationModifier and TypeMethodDescriptionvoid
Invocation.addChild
(Invocation child) protected static IntHashMap
<org.jruby.runtime.profile.builtin.MethodData> ProfilePrinter.methodData
(Invocation top) void
Invocation.setParent
(Invocation p) Constructors in org.jruby.runtime.profile.builtin with parameters of type InvocationModifierConstructorDescriptionInvocation
(Invocation parent, int serial) Invocation
(Invocation parent, int serial, IntHashMap<Invocation> children) protected
ProfilePrinter
(ProfileData profileData, Invocation topInvocation) Constructor parameters in org.jruby.runtime.profile.builtin with type arguments of type InvocationModifierConstructorDescriptionInvocation
(Invocation parent, int serial, IntHashMap<Invocation> children)