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
Description
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
Labels
No labels