![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <iostream>#include <bench/bench.h>#include <bloom.h>#include <hash.h>#include <random.h>#include <uint256.h>#include <utiltime.h>#include <crypto/ripemd160.h>#include <crypto/sha1.h>#include <crypto/sha256.h>#include <crypto/sha512.h>Go to the source code of this file.
Functions | |
| BENCHMARK (RIPEMD160, 440) | |
| BENCHMARK (SHA1, 570) | |
| BENCHMARK (SHA256, 340) | |
| BENCHMARK (SHA512, 330) | |
| BENCHMARK (SHA256_32b, 4700 *1000) | |
| BENCHMARK (SipHash_32b, 40 *1000 *1000) | |
| BENCHMARK (FastRandom_32bit, 110 *1000 *1000) | |
| BENCHMARK (FastRandom_1bit, 440 *1000 *1000) | |
| BENCHMARK | ( | RIPEMD160 | , |
| 440 | |||
| ) |
| BENCHMARK | ( | SHA1 | , |
| 570 | |||
| ) |
| BENCHMARK | ( | SHA256 | , |
| 340 | |||
| ) |
| BENCHMARK | ( | SHA512 | , |
| 330 | |||
| ) |
| BENCHMARK | ( | SHA256_32b | , |
| 4700 * | 1000 | ||
| ) |
| BENCHMARK | ( | SipHash_32b | , |
| 40 *1000 * | 1000 | ||
| ) |
| BENCHMARK | ( | FastRandom_32bit | , |
| 110 *1000 * | 1000 | ||
| ) |
| BENCHMARK | ( | FastRandom_1bit | , |
| 440 *1000 * | 1000 | ||
| ) |
1.8.11