diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-12-01 20:10:23 +0100 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-12-05 23:06:01 +0100 |
commit | 8a28bb6deee2df7dac3288c1bc6db6221e5e43b6 (patch) | |
tree | a9907ac7bf4f0460228f9c35b3c591e98a75467f /src/init.cpp | |
parent | 0ae0712b1c00352d926e0c9a72d97377c472301c (diff) |
Add -benchmark for reporting block processing times
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index a224b336ce..ddc9f26254 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -481,6 +481,7 @@ bool AppInit2() // ********************************************************* Step 3: parameter-to-internal-flags fDebug = GetBoolArg("-debug"); + fBenchmark = GetBoolArg("-benchmark"); // -debug implies fDebug* if (fDebug) |