public class ProfilingServiceLookup extends Object
ProfilingService for the current Ruby instance.
Each Ruby instance has a ProfilingServiceLookup property.| Constructor and Description |
|---|
ProfilingServiceLookup(Ruby runtime) |
public ProfilingServiceLookup(Ruby runtime)
runtime - the ruby instance this instance belongs toIllegalArgumentException - if given runtime is nullpublic ProfilingService getService()
runtime. At first invocation newProfiler() is called to create a new instance
of the configured ProfilingService instance.ProfilingService for the runtime.Copyright © 2001-2015 JRuby. All Rights Reserved.