aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@gmail.com>2019-09-19 13:59:49 -0400
committerJames O'Beirne <james.obeirne@gmail.com>2019-11-04 14:13:52 -0500
commit41edaf227a69bc4846d5996675e8763fdfe0f367 (patch)
treec32c58d79efd20e311b454c9b360f5d084bc1087 /src/Makefile.am
parent0d86f4d3dacab38f3cd5371d0c920585c178302c (diff)
downloadbitcoin-41edaf227a69bc4846d5996675e8763fdfe0f367.tar.xz
logs: add BCLog::Timer and related macros
Makes logging timing information about a block of code easier.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7af04148cc..798fab1b02 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -146,6 +146,7 @@ BITCOIN_CORE_H = \
dbwrapper.h \
limitedmap.h \
logging.h \
+ logging/timer.h \
memusage.h \
merkleblock.h \
miner.h \