Merge #9911: Wshadow: various gcc fixes
[bitcoinplatinum.git] / src / bench / bench_bitcoin.cpp
blob61a0b31aedd84d499d45bf2644f49436a9367ae2
1 // Copyright (c) 2015-2016 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.
5 #include "bench.h"
7 #include "key.h"
8 #include "validation.h"
9 #include "util.h"
11 int
12 main(int argc, char** argv)
14 ECC_Start();
15 SetupEnvironment();
16 fPrintToDebugLog = false; // don't want to write to debug.log file
18 benchmark::BenchRunner::RunAll();
20 ECC_Stop();