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

pub struct NoopVMTracer;

Nonoperative VM tracer. Does not trace anything.

Trait Implementations

impl VMTracer for NoopVMTracer
[src]

Trace the preparation to execute a single instruction.

Trace the finalised execution of a single instruction.

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

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

Consumes self and returns all VM traces.