Uses of Class
org.jruby.runtime.profile.builtin.MethodData
Packages that use MethodData
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 MethodData in org.jruby.runtime.profile.builtin
Methods in org.jruby.runtime.profile.builtin that return types with arguments of type MethodDataModifier and TypeMethodDescriptionprotected static IntHashMap<MethodData>ProfilePrinter.methodData(Invocation top) Methods in org.jruby.runtime.profile.builtin with parameters of type MethodDataModifier and TypeMethodDescriptionprivate StringJsonProfilePrinter.childCallsToJson(MethodData method) private StringJsonProfilePrinter.methodToJson(MethodData method) private StringJsonProfilePrinter.parentCallsToJson(MethodData method) private Integer[]HtmlProfilePrinter.parentSerials(MethodData data) private voidHtmlProfilePrinter.printInvocationFromParent(PrintStream out, MethodData data, int parentSerial, String callerName, InvocationSet invs) private voidHtmlProfilePrinter.printInvocationOfChild(PrintStream out, IntHashMap<MethodData> methods, MethodData data, int childSerial, String callerName, InvocationSet invs) Method parameters in org.jruby.runtime.profile.builtin with type arguments of type MethodDataModifier and TypeMethodDescriptionprivate static voidProfilePrinter.methodData1(IntHashMap<MethodData> methods, Invocation inv) private voidHtmlProfilePrinter.printInvocationOfChild(PrintStream out, IntHashMap<MethodData> methods, MethodData data, int childSerial, String callerName, InvocationSet invs)