public interface org.jruby.runtime.profile.ProfilingService
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jruby.runtime.profile.ProfilingService
super_class: java.lang.Object
{
public abstract org.jruby.runtime.profile.ProfileCollection newProfileCollection(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/profile/ProfileCollection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
context
public abstract org.jruby.runtime.profile.MethodEnhancer newMethodEnhancer(org.jruby.Ruby);
descriptor: (Lorg/jruby/Ruby;)Lorg/jruby/runtime/profile/MethodEnhancer;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
runtime
public abstract org.jruby.runtime.profile.ProfileReporter newProfileReporter(org.jruby.runtime.ThreadContext);
descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/profile/ProfileReporter;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
context
public abstract void addProfiledMethod(java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod);
descriptor: (Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
name
method
}
SourceFile: "ProfilingService.java"