Sample

trait Sample[F[_]]

Represents an ongoing recording of a timing

class Object
trait Matchable
class Any

Value members

Abstract methods

def stop: F[Long]

Stop the timing and record its value against the Timer that created the Sample

Stop the timing and record its value against the Timer that created the Sample

Returns:

the timing in nanoseconds