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