plugeth/cmd/evm
Paweł Bylica d56dc038d2
cmd/evm: Rework execution stats (#20792)
- 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.
2020-04-01 12:40:07 +02:00
..
internal/compiler asm: remove unused parameter for function Lex (#18058) 2019-03-14 10:35:55 +01:00
compiler.go Revert "cmd/evm: change error msg output to stderr (#17118)" 2018-08-01 19:09:08 +03:00
disasm.go cmd/evm: accept --input for disasm command (#20548) 2020-01-27 10:05:21 +01:00
main.go cmd/evm: Add --bench flag for benchmarking (#20330) 2019-12-18 09:43:18 +01:00
runner.go cmd/evm: Rework execution stats (#20792) 2020-04-01 12:40:07 +02:00
staterunner.go core/state/snapshot, tests: sync snap gen + snaps in consensus tests 2020-03-03 09:17:13 +02:00