Uses of Interface
org.jruby.Profile
Packages that use Profile
-
Uses of Profile in org.jruby
Modifier and TypeFieldDescriptionstatic final Profile
Profile.ALL
static final Profile
Profile.ANY
static final Profile
Profile.DEBUG_ALLOW
static final Profile
Profile.DEFAULT
static final Profile
Profile.NO_FILE_CLASS
-
Uses of Profile in org.jruby.embed
Methods in org.jruby.embed that return ProfileModifier and TypeMethodDescriptionEmbedRubyInstanceConfigAdapter.getProfile()
Returns a profiler currently used.ScriptingContainer.getProfile()
Returns a Profile currently used.Methods in org.jruby.embed with parameters of type ProfileModifier and TypeMethodDescriptionvoid
EmbedRubyInstanceConfigAdapter.setProfile
(Profile profile) Changes a profiler to a given one.void
ScriptingContainer.setProfile
(Profile profile) Changes a Profile to a given one.