Package-level declarations

Functions

Link copied to clipboard

Reads trace renders by walking a directory tree

Link copied to clipboard
fun TracePersistence.Companion.FileSystem(dir: File = createTempDirectory("").toFile()): TracePersistence

Records all traces to JSON format in a known directory location.

fun TraceRenderPersistence.Companion.FileSystem(dir: File = createTempDirectory("").toFile()): TraceRenderPersistence

Writes trace renders to files in a known directory location.