Documentation ¶ Index ¶ func Run(crashLog []byte, cfg *mgrconfig.Config, reporter report.Reporter, ...) (*Result, *Stats, error) type Result type Simplify type Stats Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(crashLog []byte, cfg *mgrconfig.Config, reporter report.Reporter, vmPool *vm.Pool, vmIndexes []int) (*Result, *Stats, error) Types ¶ type Result ¶ type Result struct { Prog *prog.Prog Duration time.Duration Opts csource.Options CRepro bool // Information about the final (non-symbolized) crash that we reproduced. // Can be different from what we started reproducing. Report *report.Report } type Simplify ¶ type Simplify func(opts *csource.Options) bool type Stats ¶ type Stats struct { Log []byte ExtractProgTime time.Duration MinimizeProgTime time.Duration SimplifyProgTime time.Duration ExtractCTime time.Duration SimplifyCTime time.Duration } Source Files ¶ View all Source files repro.go Click to show internal directories. Click to hide internal directories.