mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge pull request #2059 from sipa/benchmark
Add -benchmark for reporting block processing times
This commit is contained in:
commit
043a8fb98d
4 changed files with 28 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ bool AppInit2()
|
|||
// ********************************************************* Step 3: parameter-to-internal-flags
|
||||
|
||||
fDebug = GetBoolArg("-debug");
|
||||
fBenchmark = GetBoolArg("-benchmark");
|
||||
|
||||
// -debug implies fDebug*
|
||||
if (fDebug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue