Dash Core
0.12.2.1
P2P Digital Currency
bench_dash.cpp
Go to the documentation of this file.
1
// Copyright (c) 2015 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include "
bench.h
"
6
7
#include "
key.h
"
8
#include "validation.h"
9
#include "util.h"
10
11
int
12
main
(
int
argc,
char
** argv)
13
{
14
ECC_Start
();
15
SetupEnvironment
();
16
fPrintToDebugLog
=
false
;
// don't want to write to debug.log file
17
18
benchmark::BenchRunner::RunAll
();
19
20
ECC_Stop
();
21
}
main
int main(int argc, char **argv)
Definition:
bench_dash.cpp:12
ECC_Start
void ECC_Start()
Definition:
key.cpp:304
ECC_Stop
void ECC_Stop()
Definition:
key.cpp:323
bench.h
fPrintToDebugLog
bool fPrintToDebugLog
Definition:
util.cpp:126
benchmark::BenchRunner::RunAll
static void RunAll(double elapsedTimeForOne=1.0)
Definition:
bench.cpp:26
key.h
SetupEnvironment
void SetupEnvironment()
Definition:
util.cpp:904
src
bench
bench_dash.cpp
Generated on Thu Dec 14 2017 13:15:02 for Dash Core by
1.8.14