• Paweł Bylica's avatar
    cmd/evm: Rework execution stats (#20792) · d56dc038
    Paweł Bylica authored
    - Dump stats also for --bench flag.
    - From memory stats only show number and size of allocations. This is what `test -bench` shows. I doubt others like number of GC runs are any useful, but can be added if requested.
    - Now the mem stats are for single execution in case of --bench.
    d56dc038
Name
Last commit
Last update
..
internal/compiler Loading commit data...
compiler.go Loading commit data...
disasm.go Loading commit data...
main.go Loading commit data...
runner.go Loading commit data...
staterunner.go Loading commit data...