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
Fields in org.jruby.runtime.profile declared as ProfilingServiceModifier and TypeFieldDescriptionprivate ProfilingServiceProfilingServiceLookup.serviceThe service which is configured.Methods in org.jruby.runtime.profile that return ProfilingServiceModifier and TypeMethodDescriptionProfilingServiceLookup.getService()ReturnsProfilingServiceLookup.runtime.private ProfilingServiceProfilingServiceLookup.newProfiler()Creates a new instance of the configuredProfilingServiceinstance.private ProfilingServiceProfilingServiceLookup.newServiceInstance()Methods in org.jruby.runtime.profile that return types with arguments of type ProfilingServiceModifier and TypeMethodDescriptionprivate Class<? extends ProfilingService>ProfilingServiceLookup.loadServiceClass() -
Uses of ProfilingService in org.jruby.runtime.profile.builtin
Classes in org.jruby.runtime.profile.builtin that implement ProfilingServiceModifier and TypeClassDescriptionclassThis implementation ofProfilingServicewill be used for all profiling methods which are shipped with jruby.