go-ethereum/triedb/pathdb
rjl493456442 bfda8ae0c6
core: add metrics for state access (#30353)
This pull request adds a few more performance metrics, specifically:

- The average time cost of an account read
- The average time cost of a storage read
- The rate of account reads
- The rate of storage reads
2024-08-26 20:02:10 +08:00
..
database_test.go triedb/pathdb: fix flaky test in pathdb (#29901) 2024-06-28 21:15:54 +08:00
database.go core/rawdb, triedb, cmd: create an isolated disk namespace for verkle (#30105) 2024-07-16 16:17:58 +03:00
difflayer_test.go core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 2024-04-30 16:25:35 +02:00
difflayer.go core: add an end-to-end verkle test (#29262) 2024-03-26 21:25:41 +01:00
disklayer.go core: add metrics for state access (#30353) 2024-08-26 20:02:10 +08:00
errors.go all: remove duplicate word in comments (#29531) 2024-04-15 08:34:31 +02:00
execute.go trie: relocate state execution logic into pathdb package (#29861) 2024-06-27 20:30:39 +08:00
history_inspect.go core/rawdb: implement in-memory freezer (#29135) 2024-04-30 11:33:22 +02:00
history_test.go core/rawdb, triedb, cmd: create an isolated disk namespace for verkle (#30105) 2024-07-16 16:17:58 +03:00
history.go triedb/pathdb: use maps.Clone and maps.Keys (#29985) 2024-06-17 17:09:29 +02:00
journal.go core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 2024-04-30 16:25:35 +02:00
layertree.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
metrics.go core: add an end-to-end verkle test (#29262) 2024-03-26 21:25:41 +01:00
nodebuffer.go triedb/pathdb: use maps.Clone and maps.Keys (#29985) 2024-06-17 17:09:29 +02:00
reader.go triedb/pathdb: print out all trie owner and hash information (#30200) 2024-07-24 20:32:28 +08:00