zio-profiling
zio-profiling
zio.profiling
CostCenter
CostCenter
Child
Root
zio.profiling.causal
CausalProfiler
CausalProfiler
ExperimentResult
ProfilingResult
ThroughputData
zio.profiling.sampling
ProfilingResult
ProfilingResult
Entry
SamplingProfiler
zio-profiling
/
zio.profiling.sampling
/
SamplingProfiler
SamplingProfiler
final case
class
SamplingProfiler
(
samplingPeriod:
Duration
)
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
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
Concrete fields
val
makeSupervisor
:
URIO
[
Scope
,
Supervisor
[
ProfilingResult
]]