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
Methods 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 ProfilePrinter
ProfilePrinter.newPrinter
(RubyInstanceConfig.ProfilingMode mode, ProfileData profileData) Printer implementation factory for supported profiling modes.Constructors in org.jruby.runtime.profile.builtin with parameters of type ProfileDataModifierConstructorDescriptionFlatProfilePrinter
(ProfileData profileData) GraphProfilePrinter
(ProfileData profileData) HtmlProfilePrinter
(ProfileData profileData) JsonProfilePrinter
(ProfileData profileData) protected
ProfilePrinter
(ProfileData profileData) protected
ProfilePrinter
(ProfileData profileData, Invocation topInvocation)