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
Fields in org.jruby.runtime.profile.builtin declared as InvocationModifier and TypeFieldDescriptionprivate InvocationProfileData.currentInvocationprivate InvocationInvocation.parentprivate InvocationProfileData.topInvocationprivate final InvocationProfilePrinter.topInvocationFields in org.jruby.runtime.profile.builtin with type parameters of type InvocationModifier and TypeFieldDescriptionprivate final IntHashMap<Invocation>Invocation.children(package private) final List<Invocation>InvocationSet.invocationsMethods in org.jruby.runtime.profile.builtin that return InvocationModifier and TypeMethodDescriptionInvocation.childInvocationFor(int serial) ProfileData.computeResults()Compute the profiling results from gathered data.(package private) InvocationInvocation.copyWithNewSerialAndParent(int serial, Invocation newParent) ProfileData.getCurrentInvocation()Invocation.getParent()ProfileData.getTopInvocation()protected InvocationProfilePrinter.getTopInvocation()private static InvocationProfileData.setDuration(Invocation inv) 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 TypeMethodDescriptionvoidInvocation.addChild(Invocation child) (package private) InvocationInvocation.copyWithNewSerialAndParent(int serial, Invocation newParent) (package private) booleanProfilePrinter.isProfilerInvocation(Invocation inv) protected static IntHashMap<MethodData>ProfilePrinter.methodData(Invocation top) private static voidProfilePrinter.methodData1(IntHashMap<MethodData> methods, Invocation inv) (package private) static ProfilePrinterProfilePrinter.newPrinter(RubyInstanceConfig.ProfilingMode mode, ProfileData profileData, Invocation topInvocation) private static InvocationProfileData.setDuration(Invocation inv) voidInvocation.setParent(Invocation p) private voidProfileData.setRecursiveDepths1(Invocation inv) Constructors in org.jruby.runtime.profile.builtin with parameters of type InvocationModifierConstructorDescription(package private)FlatProfilePrinter(ProfileData profileData, Invocation topInvocation) (package private)GraphProfilePrinter(ProfileData profileData, Invocation topInvocation) (package private)HtmlProfilePrinter(ProfileData profileData, Invocation topInvocation) Invocation(Invocation parent, int serial) Invocation(Invocation parent, int serial, IntHashMap<Invocation> children) (package private)JsonProfilePrinter(ProfileData profileData, Invocation topInvocation) protectedProfilePrinter(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) (package private)InvocationSet(List<Invocation> invocations)