class io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer extends io.vertx.ext.dropwizard.reporters.JmxReporter$JmxTimer implements io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimerMBean
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer
  super_class: io.vertx.ext.dropwizard.reporters.JmxReporter$JmxTimer
{
  private final io.vertx.ext.dropwizard.ThroughputTimer metric;
    descriptor: Lio/vertx/ext/dropwizard/ThroughputTimer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(com.codahale.metrics.Timer, javax.management.ObjectName, java.util.concurrent.TimeUnit, java.util.concurrent.TimeUnit);
    descriptor: (Lcom/codahale/metrics/Timer;Ljavax/management/ObjectName;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer this
        start local 1 // com.codahale.metrics.Timer metric
        start local 2 // javax.management.ObjectName objectName
        start local 3 // java.util.concurrent.TimeUnit rateUnit
        start local 4 // java.util.concurrent.TimeUnit durationUnit
         0: .line 523
            aload 0 /* this */
            aload 1 /* metric */
            aload 2 /* objectName */
            aload 3 /* rateUnit */
            aload 4 /* durationUnit */
            invokespecial io.vertx.ext.dropwizard.reporters.JmxReporter$JmxTimer.<init>:(Lcom/codahale/metrics/Timer;Ljavax/management/ObjectName;Ljava/util/concurrent/TimeUnit;Ljava/util/concurrent/TimeUnit;)V
         1: .line 524
            aload 0 /* this */
            aload 1 /* metric */
            checkcast io.vertx.ext.dropwizard.ThroughputTimer
            putfield io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer.metric:Lio/vertx/ext/dropwizard/ThroughputTimer;
         2: .line 525
            return
        end local 4 // java.util.concurrent.TimeUnit durationUnit
        end local 3 // java.util.concurrent.TimeUnit rateUnit
        end local 2 // javax.management.ObjectName objectName
        end local 1 // com.codahale.metrics.Timer metric
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$JmxThroughputTimer;
            0    3     1        metric  Lcom/codahale/metrics/Timer;
            0    3     2    objectName  Ljavax/management/ObjectName;
            0    3     3      rateUnit  Ljava/util/concurrent/TimeUnit;
            0    3     4  durationUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
              Name  Flags
      metric        
      objectName    
      rateUnit      
      durationUnit  

  public double getInstantThroughput();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer this
         0: .line 529
            aload 0 /* this */
            getfield io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer.metric:Lio/vertx/ext/dropwizard/ThroughputTimer;
            invokevirtual io.vertx.ext.dropwizard.ThroughputTimer.getValue:()Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            l2d
            dreturn
        end local 0 // io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/dropwizard/reporters/JmxReporter$JmxThroughputTimer;
}
SourceFile: "JmxReporter.java"
NestHost: io.vertx.ext.dropwizard.reporters.JmxReporter
InnerClasses:
  JmxThroughputTimer = io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimer of io.vertx.ext.dropwizard.reporters.JmxReporter
  public abstract JmxThroughputTimerMBean = io.vertx.ext.dropwizard.reporters.JmxReporter$JmxThroughputTimerMBean of io.vertx.ext.dropwizard.reporters.JmxReporter
  JmxTimer = io.vertx.ext.dropwizard.reporters.JmxReporter$JmxTimer of io.vertx.ext.dropwizard.reporters.JmxReporter