construct: Add debuglog for execution epoch counters at shutdown.

This commit is contained in:
Jason Volk 2020-05-09 23:32:34 -07:00
parent ca18ea1c17
commit 98c2ca73cd
1 changed files with 8 additions and 0 deletions

View File

@ -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.