Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Feature request: gas profiling #49

Open
@Arachnid

Description

@Arachnid

It'd be nice if evmlab could do gas profiling. That would work something like this:

  • Get a transaction trace
  • Construct a map from PC value to total gas used at that PC
  • Use the source map to translate that into a mapping from line number to gas used
  • Display this figure to the left of each line (or possibly generate an output report with that data).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions