public interface io.ebeaninternal.server.profile.TimedProfileLocation extends io.ebean.ProfileLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.ebeaninternal.server.profile.TimedProfileLocation
  super_class: java.lang.Object
{
  public abstract java.lang.String getLabel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.ebean.metric.TimedMetric getMetric();
    descriptor: ()Lio/ebean/metric/TimedMetric;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void visit(io.ebean.meta.MetricVisitor);
    descriptor: (Lio/ebean/meta/MetricVisitor;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "TimedProfileLocation.java"