Uses of Interface
org.jruby.Profile
Packages that use Profile
-
Uses of Profile in org.jruby
Modifier and TypeFieldDescriptionstatic final ProfileProfile.ALLstatic final ProfileProfile.ANYstatic final ProfileProfile.DEBUG_ALLOWstatic final ProfileProfile.DEFAULTstatic final ProfileProfile.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 TypeMethodDescriptionvoidEmbedRubyInstanceConfigAdapter.setProfile(Profile profile) Changes a profiler to a given one.voidScriptingContainer.setProfile(Profile profile) Changes a Profile to a given one.