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]

Trace the preparation to execute a single instruction. @returns true if trace_executed should be called. Read more

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 the VM trace.