![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | BenchTimeDeprecated (benchmark::State &state) |
static void | BenchTimeMock (benchmark::State &state) |
static void | BenchTimeMillis (benchmark::State &state) |
static void | BenchTimeMillisSys (benchmark::State &state) |
BENCHMARK (BenchTimeDeprecated, 100000000) | |
BENCHMARK (BenchTimeMillis, 6000000) | |
BENCHMARK (BenchTimeMillisSys, 6000000) | |
BENCHMARK (BenchTimeMock, 300000000) | |
BENCHMARK | ( | BenchTimeDeprecated | , |
100000000 | |||
) |
BENCHMARK | ( | BenchTimeMillis | , |
6000000 | |||
) |
BENCHMARK | ( | BenchTimeMillisSys | , |
6000000 | |||
) |
BENCHMARK | ( | BenchTimeMock | , |
300000000 | |||
) |
|
static |
Definition at line 9 of file util_time.cpp.
|
static |
Definition at line 23 of file util_time.cpp.
|
static |
|
static |
Definition at line 15 of file util_time.cpp.