Package-level declarations
Types
Link copied to clipboard
interface MemoryStats
Reports free/available memory.
Link copied to clipboard
A MemoryStats that reports memory stats using this Runtime instance.
Link copied to clipboard
A WorkflowInterceptor that generates a trace file that can be viewed in Chrome by visiting chrome://tracing
.
Functions
Link copied to clipboard
fun TracingWorkflowInterceptor(name: String = "", memoryStats: MemoryStats = RuntimeMemoryStats, encoderProvider: (workflowScope: CoroutineScope) -> TraceEncoder): TracingWorkflowInterceptor
A WorkflowInterceptor that generates a trace file that can be viewed in Chrome by visiting chrome://tracing
.