Uses of Interface
org.jruby.runtime.profile.ProfilingService
Packages that use ProfilingService
Package
Description
The profile package contains the api to implement an profiler for jruby.
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 ProfilingService in org.jruby
Methods in org.jruby that return ProfilingService -
Uses of ProfilingService in org.jruby.runtime.profile
Methods in org.jruby.runtime.profile that return ProfilingServiceModifier and TypeMethodDescriptionProfilingServiceLookup.getService()
ReturnsProfilingServiceLookup.runtime
. -
Uses of ProfilingService in org.jruby.runtime.profile.builtin
Classes in org.jruby.runtime.profile.builtin that implement ProfilingServiceModifier and TypeClassDescriptionclass
This implementation ofProfilingService
will be used for all profiling methods which are shipped with jruby.