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();
16  fPrintToDebugLog = false; // don't want to write to debug.log file
17 
19 
20  ECC_Stop();
21 }
int main(int argc, char **argv)
Definition: bench_dash.cpp:12
void ECC_Start()
Definition: key.cpp:304
void ECC_Stop()
Definition: key.cpp:323
bool fPrintToDebugLog
Definition: util.cpp:126
static void RunAll(double elapsedTimeForOne=1.0)
Definition: bench.cpp:26
void SetupEnvironment()
Definition: util.cpp:904