mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-13 00:00:23 +02:00
bench: Add support for measuring CPU cycles
This adds cycle min/max/avg to the statistics. Supported on x86 and x86_64 (natively through rdtsc), as well as Linux (perf syscall).
This commit is contained in:
@@ -22,7 +22,9 @@ bench_bench_bitcoin_SOURCES = \
|
||||
bench/mempool_eviction.cpp \
|
||||
bench/verify_script.cpp \
|
||||
bench/base58.cpp \
|
||||
bench/lockedpool.cpp
|
||||
bench/lockedpool.cpp \
|
||||
bench/perf.cpp \
|
||||
bench/perf.h
|
||||
|
||||
nodist_bench_bench_bitcoin_SOURCES = $(GENERATED_TEST_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user