aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-12-12 09:14:52 -0800
committerGavin Andresen <[email protected]>2012-12-12 09:14:52 -0800
commit043a8fb98df03c458bb0b4c119418fd23b59f2bc (patch)
tree9b8671a7c58819cb93c8c554cb3a98477f730e71 /src/init.cpp
parentMerge pull request #2062 from sipa/nocoins (diff)
parentAdd -benchmark for reporting block processing times (diff)
downloaddiscoin-043a8fb98df03c458bb0b4c119418fd23b59f2bc.tar.xz
discoin-043a8fb98df03c458bb0b4c119418fd23b59f2bc.zip
Merge pull request #2059 from sipa/benchmark
Add -benchmark for reporting block processing times
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 656bda640..9735c2780 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)