Package-level declarations

Types

Link copied to clipboard

Simple observer that records per-operation latency using the monotonic clock.

Link copied to clipboard
data class LatencyMeasurement(val opName: String, val duration: Duration)
Link copied to clipboard
data class MemorySample(val opName: String, val usedBytes: Long, val totalBytes: Long, val usagePercentage: Double)
Link copied to clipboard

Captures the context's reported memory usage after each operation.