diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-07-26 22:49:17 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-07-27 00:41:03 +0200 |
commit | d70bc52ee31b8c4c87ee011625e7031c2dc89c0c (patch) | |
tree | 9b9050744185290e4f2207560dbf89888331b7b8 /src/main.h | |
parent | 3955c3940eff83518c186facfec6f50545b5aab5 (diff) |
Rework block processing benchmark code
* Replace -benchmark (and the related fBenchmark) with a regular debug option, -debug=bench.
* Increase coverage and granularity of individual block processing steps.
* Add cummulative times.
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 5f231fa45b..48ec86f6a8 100644 --- a/src/main.h +++ b/src/main.h @@ -91,7 +91,6 @@ extern CWaitableCriticalSection csBestBlock; extern CConditionVariable cvBlockChange; extern bool fImporting; extern bool fReindex; -extern bool fBenchmark; extern int nScriptCheckThreads; extern bool fTxIndex; extern bool fIsBareMultisigStd; |