Uses of Class
org.jruby.runtime.profile.builtin.ProfilePrinter
Packages that use ProfilePrinter
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 ProfilePrinter in org.jruby.runtime.profile.builtin
Subclasses of ProfilePrinter in org.jruby.runtime.profile.builtinModifier and TypeClassDescriptionclassclassclassclassMethods in org.jruby.runtime.profile.builtin that return ProfilePrinterModifier and TypeMethodDescriptionstatic ProfilePrinterProfilePrinter.newPrinter(RubyInstanceConfig.ProfilingMode mode, ProfileData profileData) Printer implementation factory for supported profiling modes.(package private) static ProfilePrinterProfilePrinter.newPrinter(RubyInstanceConfig.ProfilingMode mode, ProfileData profileData, Invocation topInvocation) Methods in org.jruby.runtime.profile.builtin with parameters of type ProfilePrinterModifier and TypeMethodDescriptionprivate voidProfileOutput.footerAndCleanupOnShutdown(ProfilePrinter printer) voidProfileOutput.printProfile(ProfilePrinter printer)