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 0: aload 0
invokespecial com.codahale.metrics.Timer.<init>:()V
1: aload 0
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: return
end local 0 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 0: aload 0
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 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 start local 1 start local 3 0: aload 0
lload 1
aload 3
invokespecial com.codahale.metrics.Timer.update:(JLjava/util/concurrent/TimeUnit;)V
1: aload 0
getfield io.vertx.ext.dropwizard.ThroughputTimer.instantThroughput:Lio/vertx/ext/dropwizard/impl/InstantThroughput;
invokevirtual io.vertx.ext.dropwizard.impl.InstantThroughput.mark:()V
2: return
end local 3 end local 1 end local 0 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"