SamplingProfiler

final case class SamplingProfiler(samplingPeriod: Duration)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def profile[R, E](zio: ZIO[R, E, Any]): ZIO[R, E, ProfilingResult]

Profile a program and get the resulting profile data.

Profile a program and get the resulting profile data.

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product