diff options
| author | Pieter Wuille <[email protected]> | 2012-12-01 20:10:23 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-12-05 23:06:01 +0100 |
| commit | 8a28bb6deee2df7dac3288c1bc6db6221e5e43b6 (patch) | |
| tree | a9907ac7bf4f0460228f9c35b3c591e98a75467f /src/main.h | |
| parent | Add GetTimeMicros() for ore accurate benchmarking (diff) | |
| download | discoin-8a28bb6deee2df7dac3288c1bc6db6221e5e43b6.tar.xz discoin-8a28bb6deee2df7dac3288c1bc6db6221e5e43b6.zip | |
Add -benchmark for reporting block processing times
Diffstat (limited to 'src/main.h')
| -rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index fbd68127a..fdaec3469 100644 --- a/src/main.h +++ b/src/main.h @@ -89,6 +89,7 @@ extern std::set<CWallet*> setpwalletRegistered; extern unsigned char pchMessageStart[4]; extern bool fImporting; extern bool fReindex; +extern bool fBenchmark; extern unsigned int nCoinCacheSize; // Settings |