This package contains the implementation of ProfilingService and all related classes will be used for all profiling methods which are shipped with jruby.
Author:Andre Kullmann
/** * This package contains the implementation of {@link org.jruby.runtime.profile.ProfilingService} and all related * classes will be used for all profiling methods which are shipped with jruby. * * @author Andre Kullmann */
@Deprecated package org.jruby.runtime.profile.builtin;