public class io.vertx.ext.dropwizard.ThroughputMeter extends com.codahale.metrics.Meter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.dropwizard.ThroughputMeter
  super_class: com.codahale.metrics.Meter
{
  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.ThroughputMeter this
         0: .line 12
            aload 0 /* this */
            invokespecial com.codahale.metrics.Meter.<init>:()V
         1: .line 14
            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.ThroughputMeter.instantThroughput:Lio/vertx/ext/dropwizard/impl/InstantThroughput;
         2: .line 12
            return
        end local 0 // io.vertx.ext.dropwizard.ThroughputMeter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/dropwizard/ThroughputMeter;

  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.ThroughputMeter this
         0: .line 17
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.ThroughputMeter.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.ThroughputMeter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/dropwizard/ThroughputMeter;

  public void mark();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.ThroughputMeter this
         0: .line 22
            aload 0 /* this */
            invokespecial com.codahale.metrics.Meter.mark:()V
         1: .line 23
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.ThroughputMeter.instantThroughput:Lio/vertx/ext/dropwizard/impl/InstantThroughput;
            invokevirtual io.vertx.ext.dropwizard.impl.InstantThroughput.mark:()V
         2: .line 24
            return
        end local 0 // io.vertx.ext.dropwizard.ThroughputMeter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/dropwizard/ThroughputMeter;
}
SourceFile: "ThroughputMeter.java"