org.apache.spark.metrics
Timer mixin allows to measure the time of a task - or, in other words - the time from creating an instance to calling com.codahale.metrics.Timer.Context.stop method.
com.codahale.metrics.Timer.Context.stop
Timer mixin allows to measure the time of a task - or, in other words - the time from creating an instance to calling
com.codahale.metrics.Timer.Context.stop
method.