Uses of Class
org.jruby.runtime.profile.builtin.ProfileOutput
Packages that use ProfileOutput
-
Uses of ProfileOutput in org.jruby
Methods in org.jruby that return ProfileOutputMethods in org.jruby with parameters of type ProfileOutput -
Uses of ProfileOutput in org.jruby.embed
Methods in org.jruby.embed that return ProfileOutputModifier and TypeMethodDescriptionScriptingContainer.getProfileOutput()
Returns currently configured ProfileOutput object, which determines where the output of profiling operations will be sent.Methods in org.jruby.embed with parameters of type ProfileOutputModifier and TypeMethodDescriptionvoid
ScriptingContainer.setProfileOutput
(ProfileOutput out) Changes ProfileOutput to given one.