mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
construct: Add debuglog for execution epoch counters at shutdown.
This commit is contained in:
parent
ca18ea1c17
commit
98c2ca73cd
1 changed files with 8 additions and 0 deletions
|
@ -329,6 +329,14 @@ noexcept try
|
||||||
ios.run()
|
ios.run()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ircd::log::debug
|
||||||
|
{
|
||||||
|
"epoch construct:%zu ircd::ios:%zu ircd::ctx:%zu",
|
||||||
|
handled,
|
||||||
|
ircd::ios::epoch(),
|
||||||
|
ircd::ctx::epoch(),
|
||||||
|
};
|
||||||
|
|
||||||
// 13
|
// 13
|
||||||
// The smoketest is enabled if the first value is true; then all of the
|
// The smoketest is enabled if the first value is true; then all of the
|
||||||
// values must be true for the smoketest to pass.
|
// values must be true for the smoketest to pass.
|
||||||
|
|
Loading…
Reference in a new issue