FLO-wallet-core/src/bench
Wladimir J. van der Laan a27dbc55b1
Merge #9949: [bench] Avoid function call arguments which are pointers to uninitialized values
218d915 [bench] Avoid function call arguments which are pointers to uninitialized values (practicalswift)

Tree-SHA512: 68d62e9442094f171433291b7f13dba20fc7ead5fd7f2292e1eb97ae51aa2345d40224c4a65c2e5d3552802b3cd0f675a82b6181cf5b77e964355650b25089f0
2017-04-10 14:19:55 +02:00
..
data Add deserialize + CheckBlock benchmarks, and a full block hex 2016-11-09 11:27:59 -08:00
.gitignore
base58.cpp Rename the remaining main.{h,cpp} to validation.{h,cpp} 2016-12-02 09:42:51 -08:00
bench_bitcoin.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
bench.cpp Merge #9547: bench: Assert that division by zero is unreachable 2017-03-06 10:08:14 +01:00
bench.h [trivial] Fix typos in comments 2017-03-21 19:49:08 +01:00
ccoins_caching.cpp
checkblock.cpp [bench] Avoid function call arguments which are pointers to uninitialized values 2017-03-08 16:40:12 +01:00
checkqueue.cpp Address ryanofsky feedback on CCheckQueue benchmarks. Eliminated magic numbers, fixed scoping of vectors (and memory movement component of benchmark). 2017-01-11 17:05:06 -05:00
coin_selection.cpp Add COutput::fSafe member for safe handling of unconfirmed outputs 2017-03-10 05:11:10 +00:00
crypto_hash.cpp Refactor: Removed begin/end_ptr functions. 2016-12-09 13:15:19 +09:00
Examples.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
lockedpool.cpp Do not shadow variables (gcc set) 2016-12-05 11:41:46 +01:00
mempool_eviction.cpp Merge #9548: Remove min reasonable fee 2017-03-07 19:49:00 +01:00
perf.cpp [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
perf.h bench: Add support for measuring CPU cycles 2016-11-22 12:20:57 +01:00
prevector_destructor.cpp Add prevector destructor benchmark 2017-01-10 18:23:00 -05:00
rollingbloom.cpp
verify_script.cpp Merge #9353: Add data() method to CDataStream (and use it) 2017-01-09 08:47:47 -08:00