Struct ethcore::trace::NoopVMTracer[][src]

pub struct NoopVMTracer;

Nonoperative VM tracer. Does not trace anything.

Trait Implementations

impl VMTracer for NoopVMTracer
[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 NoopVMTracer

impl Sync for NoopVMTracer