forked from bluealloy/revm
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Perf: Add metrics to facilitate performance testing.
Perf: Add a method to obtain state size (#20) perf: record gas for MCOPY (#21) perf: Increase the metric for the time consumption of each part of the transact (#22) perf: modify the statistical method of call related opcodes (#23) Additional rdtsc count records that may be added when adding measurement call related instructions (#24) perf: Modify permissions for methods in TimeDistributionStats. (#25) chore: Some minor modifications (#26) fix: fix for rebase perf: Update for measurement call related instructions (#27) fix: update for record gas Solving the issue of reimport (#29) & (#30) refactor: make utils independent
- Loading branch information
1 parent
dee3c77
commit 18d03d3
Showing
23 changed files
with
481 additions
and
69 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.