![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | Sleep100ms (benchmark::State &state) |
BENCHMARK (Sleep100ms, 10) | |
static void | Trig (benchmark::State &state) |
BENCHMARK (Trig, 12 *1000 *1000) | |
Variables | |
volatile double | sum = 0.0 |
BENCHMARK | ( | Sleep100ms | , |
10 | |||
) |
BENCHMARK | ( | Trig | , |
12 *1000 * | 1000 | ||
) |
|
static |
|
static |
volatile double sum = 0.0 |
Definition at line 21 of file examples.cpp.