GraphProgramSink

Collecting OpSink that accumulates OpTrace records and can convert them to a GraphProgram on demand.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val size: Int

Number of traces collected so far.

Functions

Link copied to clipboard
fun clear()

Clear all collected traces.

Link copied to clipboard
open override fun onOpExecuted(trace: OpTrace)
Link copied to clipboard

Convert all collected traces to a GraphProgram.