diff options
| author | Pieter Wuille <[email protected]> | 2014-07-26 22:49:17 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-07-27 00:41:03 +0200 |
| commit | d70bc52ee31b8c4c87ee011625e7031c2dc89c0c (patch) | |
| tree | 9b9050744185290e4f2207560dbf89888331b7b8 /src/main.h | |
| parent | Merge pull request #4584 (diff) | |
| download | discoin-d70bc52ee31b8c4c87ee011625e7031c2dc89c0c.tar.xz discoin-d70bc52ee31b8c4c87ee011625e7031c2dc89c0c.zip | |
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 5f231fa45..48ec86f6a 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; |