0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 02:18:53 +02:00

ircd::ios: Increase width for latency in profile::logging debug fmt.

This commit is contained in:
Jason Volk 2023-01-28 17:11:14 -08:00
parent f99c1e05f4
commit cd53f1b5a4
3 changed files with 4 additions and 4 deletions

View file

@ -141,7 +141,7 @@ noexcept
log::logf
{
log, log::level::DEBUG,
"QUEUE %5u %-30s [%11lu] ------[%9lu] q:%-4lu",
"QUEUE %5u %-30s [%11lu] ------[%15lu] q:%-4lu",
descriptor.id,
trunc(descriptor.name, 30),
uint64_t(stats.calls),

View file

@ -372,7 +372,7 @@ noexcept try
log::logf
{
ios::log, log::level::DEBUG,
"QUEUE %5u %-30s [%11lu] ------[%9lu] q:%-4lu id:%-5u %-30s",
"QUEUE %5u %-30s [%11lu] ------[%15lu] q:%-4lu id:%-5u %-30s",
ios_desc.id,
trunc(ios_desc.name, 30),
uint64_t(ios_desc.stats->calls),

View file

@ -600,7 +600,7 @@ noexcept
log::logf
{
log, log::level::DEBUG,
"LEAVE %5u %-30s [%11lu] cycles[%9lu] q:%-4lu",
"LEAVE %5u %-30s [%11lu] cycles[%15lu] q:%-4lu",
descriptor.id,
trunc(descriptor.name, 30),
uint64_t(stats.calls),
@ -645,7 +645,7 @@ noexcept
log::logf
{
log, log::level::DEBUG,
"ENTER %5u %-30s [%11lu] latent[%9lu] q:%-4lu",
"ENTER %5u %-30s [%11lu] latent[%15lu] q:%-4lu",
descriptor.id,
trunc(descriptor.name, 30),
uint64_t(stats.calls),