public class io.vertx.ext.dropwizard.ThroughputTimer extends com.codahale.metrics.Timer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.dropwizard.ThroughputTimer
  super_class: com.codahale.metrics.Timer
{
  private final io.vertx.ext.dropwizard.impl.InstantThroughput instantThroughput;
    descriptor: Lio/vertx/ext/dropwizard/impl/InstantThroughput;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.ThroughputTimer this
         0: .line 15
            aload 0 /* this */
            invokespecial com.codahale.metrics.Timer.<init>:()V
         1: .line 17
            aload 0 /* this */
            new io.vertx.ext.dropwizard.impl.InstantThroughput
            dup
            invokespecial io.vertx.ext.dropwizard.impl.InstantThroughput.<init>:()V
            putfield io.vertx.ext.dropwizard.ThroughputTimer.instantThroughput:Lio/vertx/ext/dropwizard/impl/InstantThroughput;
         2: .line 15
            return
        end local 0 // io.vertx.ext.dropwizard.ThroughputTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/dropwizard/ThroughputTimer;

  public java.lang.Long getValue();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.ThroughputTimer this
         0: .line 20
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.ThroughputTimer.instantThroughput:Lio/vertx/ext/dropwizard/impl/InstantThroughput;
            invokevirtual io.vertx.ext.dropwizard.impl.InstantThroughput.count:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 0 // io.vertx.ext.dropwizard.ThroughputTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/dropwizard/ThroughputTimer;

  public void update(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.dropwizard.ThroughputTimer this
        start local 1 // long duration
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 25
            aload 0 /* this */
            lload 1 /* duration */
            aload 3 /* unit */
            invokespecial com.codahale.metrics.Timer.update:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 26
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.ThroughputTimer.instantThroughput:Lio/vertx/ext/dropwizard/impl/InstantThroughput;
            invokevirtual io.vertx.ext.dropwizard.impl.InstantThroughput.mark:()V
         2: .line 27
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long duration
        end local 0 // io.vertx.ext.dropwizard.ThroughputTimer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/ext/dropwizard/ThroughputTimer;
            0    3     1  duration  J
            0    3     3      unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
          Name  Flags
      duration  
      unit      
}
SourceFile: "ThroughputTimer.java"