From 98c2ca73cd88a6e6ac8d97196f752db309929000 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 9 May 2020 23:32:34 -0700 Subject: [PATCH] construct: Add debuglog for execution epoch counters at shutdown. --- construct/construct.cc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/construct/construct.cc b/construct/construct.cc index 3ff8cd648..d2f2ac10b 100644 --- a/construct/construct.cc +++ b/construct/construct.cc @@ -329,6 +329,14 @@ noexcept try ios.run() }; + ircd::log::debug + { + "epoch construct:%zu ircd::ios:%zu ircd::ctx:%zu", + handled, + ircd::ios::epoch(), + ircd::ctx::epoch(), + }; + // 13 // The smoketest is enabled if the first value is true; then all of the // values must be true for the smoketest to pass.