Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
bench_dash.cpp File Reference
#include <bench/bench.h>#include <crypto/sha256.h>#include <key.h>#include <stacktraces.h>#include <validation.h>#include <util.h>#include <random.h>#include <bls/bls.h>
Include dependency graph for bench_dash.cpp:Go to the source code of this file.
Functions | |
| void | InitBLSTests () |
| void | CleanupBLSTests () |
| void | CleanupBLSDkgTests () |
| int | main (int argc, char **argv) |
Function Documentation
◆ CleanupBLSDkgTests()
| void CleanupBLSDkgTests | ( | ) |
◆ CleanupBLSTests()
| void CleanupBLSTests | ( | ) |
Definition at line 19 of file bls.cpp.
References blsWorker, and CBLSWorker::Stop().
Referenced by main().
◆ InitBLSTests()
| void InitBLSTests | ( | ) |
Definition at line 14 of file bls.cpp.
References blsWorker, and CBLSWorker::Start().
Referenced by main().
◆ main()
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 21 of file bench_dash.cpp.
References BLSInit(), CleanupBLSDkgTests(), CleanupBLSTests(), ECC_Start(), ECC_Stop(), fPrintToDebugLog, InitBLSTests(), RandomInit(), RegisterPrettySignalHandlers(), RegisterPrettyTerminateHander(), benchmark::BenchRunner::RunAll(), SetupEnvironment(), and SHA256AutoDetect().

