mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Merge pull request #2059 from sipa/benchmark
Add -benchmark for reporting block processing times
This commit is contained in:
@@ -481,6 +481,7 @@ bool AppInit2()
|
||||
// ********************************************************* Step 3: parameter-to-internal-flags
|
||||
|
||||
fDebug = GetBoolArg("-debug");
|
||||
fBenchmark = GetBoolArg("-benchmark");
|
||||
|
||||
// -debug implies fDebug*
|
||||
if (fDebug)
|
||||
|
||||
Reference in New Issue
Block a user