Expand description
Structures for tracing the execution flow of Monads.
Structs
Diagnosticfor Traced objects.- Represents width (concurrency/throughput) and length (time/latency). Use
WithLengthAndWidth::lengthandWithLengthAndWidth::widthto access them.
Enums
- Represents an arbitrary rendered trace.
- Rendered trace that can be broken down neither in width nor in length.
- Rendered trace that cannot be broken down in width.
- Rendered trace that cannot be broken down in length.
Traits
- Extension trait to trace the evaluation flow.
Type Definitions
- Wrapper containing the value and the corresponding execution trace.