Uses of Class
org.jruby.runtime.profile.builtin.ProfileData
Packages that use ProfileData
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 ProfileData in org.jruby.runtime.profile.builtin
Fields in org.jruby.runtime.profile.builtin declared as ProfileDataMethods in org.jruby.runtime.profile.builtin that return ProfileDataModifier and TypeMethodDescriptionProfilePrinter.getProfileData()BuiltinProfilingService.newProfileCollection(ThreadContext context) Methods in org.jruby.runtime.profile.builtin with parameters of type ProfileDataModifier 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) Constructors in org.jruby.runtime.profile.builtin with parameters of type ProfileDataModifierConstructorDescriptionFlatProfilePrinter(ProfileData profileData) (package private)FlatProfilePrinter(ProfileData profileData, Invocation topInvocation) GraphProfilePrinter(ProfileData profileData) (package private)GraphProfilePrinter(ProfileData profileData, Invocation topInvocation) HtmlProfilePrinter(ProfileData profileData) (package private)HtmlProfilePrinter(ProfileData profileData, Invocation topInvocation) JsonProfilePrinter(ProfileData profileData) (package private)JsonProfilePrinter(ProfileData profileData, Invocation topInvocation) protectedProfilePrinter(ProfileData profileData) protectedProfilePrinter(ProfileData profileData, Invocation topInvocation)