public class io.ebeaninternal.server.profile.DMetricFactory implements io.ebean.metric.MetricFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.profile.DMetricFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.profile.DMetricFactory this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.profile.DMetricFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/profile/DMetricFactory;

  public io.ebean.metric.TimedMetricMap createTimedMetricMap(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/metric/TimedMetricMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.profile.DMetricFactory this
        start local 1 // java.lang.String name
         0: .line 17
            new io.ebeaninternal.server.profile.DTimedMetricMap
            dup
            aload 1 /* name */
            invokespecial io.ebeaninternal.server.profile.DTimedMetricMap.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.profile.DMetricFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/profile/DMetricFactory;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.ebean.metric.TimedMetric createTimedMetric(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/metric/TimedMetric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.profile.DMetricFactory this
        start local 1 // java.lang.String name
         0: .line 22
            new io.ebeaninternal.server.profile.DTimedMetric
            dup
            aload 1 /* name */
            invokespecial io.ebeaninternal.server.profile.DTimedMetric.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.profile.DMetricFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/profile/DMetricFactory;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.ebean.metric.CountMetric createCountMetric(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/ebean/metric/CountMetric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.profile.DMetricFactory this
        start local 1 // java.lang.String name
         0: .line 27
            new io.ebeaninternal.server.profile.DCountMetric
            dup
            aload 1 /* name */
            invokespecial io.ebeaninternal.server.profile.DCountMetric.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.profile.DMetricFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/profile/DMetricFactory;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public io.ebean.metric.QueryPlanMetric createQueryPlanMetric(java.lang.Class<?>, java.lang.String, io.ebean.ProfileLocation, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;Lio/ebean/ProfileLocation;Ljava/lang/String;)Lio/ebean/metric/QueryPlanMetric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.ebeaninternal.server.profile.DMetricFactory this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.String label
        start local 3 // io.ebean.ProfileLocation profileLocation
        start local 4 // java.lang.String sql
         0: .line 32
            new io.ebeaninternal.server.profile.DQueryPlanMetric
            dup
            new io.ebeaninternal.server.profile.DQueryPlanMeta
            dup
            aload 1 /* type */
            aload 2 /* label */
            aload 3 /* profileLocation */
            aload 4 /* sql */
            invokespecial io.ebeaninternal.server.profile.DQueryPlanMeta.<init>:(Ljava/lang/Class;Ljava/lang/String;Lio/ebean/ProfileLocation;Ljava/lang/String;)V
            new io.ebeaninternal.server.profile.DTimedMetric
            dup
            aload 2 /* label */
            invokespecial io.ebeaninternal.server.profile.DTimedMetric.<init>:(Ljava/lang/String;)V
            invokespecial io.ebeaninternal.server.profile.DQueryPlanMetric.<init>:(Lio/ebeaninternal/server/profile/DQueryPlanMeta;Lio/ebeaninternal/server/profile/DTimedMetric;)V
            areturn
        end local 4 // java.lang.String sql
        end local 3 // io.ebean.ProfileLocation profileLocation
        end local 2 // java.lang.String label
        end local 1 // java.lang.Class type
        end local 0 // io.ebeaninternal.server.profile.DMetricFactory this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/ebeaninternal/server/profile/DMetricFactory;
            0    1     1             type  Ljava/lang/Class<*>;
            0    1     2            label  Ljava/lang/String;
            0    1     3  profileLocation  Lio/ebean/ProfileLocation;
            0    1     4              sql  Ljava/lang/String;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/String;Lio/ebean/ProfileLocation;Ljava/lang/String;)Lio/ebean/metric/QueryPlanMetric;
    MethodParameters:
                 Name  Flags
      type             
      label            
      profileLocation  
      sql              
}
SourceFile: "DMetricFactory.java"