Package com.yourkit.probes
Annotation Interface MethodTimeMs
Parameter annotated with
@MethodTimeMs
will be assigned to the method execution time in milliseconds.
This annotation can be used in onReturn()
, onUncaughtException()
and onExit()
callbacks. Parameter must be declared as long
.