Struct ethcore::trace::ExecutiveVMTracer[][src]

pub struct ExecutiveVMTracer { /* fields omitted */ }

Simple VM tracer. Traces all operations.

Methods

impl ExecutiveVMTracer
[src]

Create a new top-level instance.

Trait Implementations

impl VMTracer for ExecutiveVMTracer
[src]

Data returned when draining the VMTracer.

Trace the progression of interpreter to next instruction. If tracer returns false it won't be called again. @returns true if trace_prepare_execute and trace_executed should be called. Read more

Trace the preparation to execute a single valid instruction.

Trace the finalised execution of a single valid instruction.

Spawn subtracer which will be used to trace deeper levels of execution.

Finalize subtracer.

Consumes self and returns the VM trace.

Auto Trait Implementations

impl Send for ExecutiveVMTracer

impl Sync for ExecutiveVMTracer