bitcoin/src/bench
isle2983 4b04e32c20 [copyright] copyright header style uniform
Three categories of modifications:

1)

1 instance of 'The Bitcoin Core developers \n',
1 instance of 'the Bitcoin Core developers\n',
3 instances of 'Bitcoin Core Developers\n', and
12 instances of 'The Bitcoin developers\n'

are made uniform with the 443 instances of 'The Bitcoin Core developers\n'

2)

3 instances of 'BitPay, Inc\.\n' are made uniform with the other 6
instances of 'BitPay Inc\.\n'

3)

4 instances where there was no '(c)' between the 'Copyright' and the year
where it deviates from the style of the local directory.
2016-11-06 10:12:50 -07:00
..
.gitignore Ignore bench_bitcoin binary. 2015-10-06 17:46:12 +02:00
base58.cpp [copyright] copyright header style uniform 2016-11-06 10:12:50 -07:00
bench_bitcoin.cpp Simple benchmarking framework 2015-09-30 09:24:42 -04:00
bench.cpp Avoid integer division in the benchmark inner-most loop. 2016-05-30 22:07:56 +00:00
bench.h Avoid integer division in the benchmark inner-most loop. 2016-05-30 22:07:56 +00:00
ccoins_caching.cpp Add microbenchmarks to profile more code paths. 2016-10-18 21:59:05 +02:00
coin_selection.cpp Add microbenchmarks to profile more code paths. 2016-10-18 21:59:05 +02:00
crypto_hash.cpp Benchmark SipHash 2016-05-28 20:04:32 +02:00
Examples.cpp Support very-fast-running benchmarks 2015-09-30 09:24:42 -04:00
lockedpool.cpp bench: Add benchmark for lockedpool allocation/deallocation 2016-10-27 13:17:26 +02:00
mempool_eviction.cpp Add microbenchmarks to profile more code paths. 2016-10-18 21:59:05 +02:00
rollingbloom.cpp Benchmark rolling bloom filter 2016-04-28 14:56:32 +02:00
verify_script.cpp Add microbenchmarks to profile more code paths. 2016-10-18 21:59:05 +02:00