Bitcoin
|
Functions | |
static void | Base58Encode (benchmark::State &state) |
static void | Base58CheckEncode (benchmark::State &state) |
static void | Base58Decode (benchmark::State &state) |
BENCHMARK (Base58Encode, 470 *1000) | |
BENCHMARK (Base58CheckEncode, 320 *1000) | |
BENCHMARK (Base58Decode, 800 *1000) | |
|
static |
|
static |
|
static |
BENCHMARK | ( | Base58Encode | , |
470 * | 1000 | ||
) |
BENCHMARK | ( | Base58CheckEncode | , |
320 * | 1000 | ||
) |
BENCHMARK | ( | Base58Decode | , |
800 * | 1000 | ||
) |