mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 06:53:58 +01:00
ircd::ios: Increase width for latency in profile::logging debug fmt.
This commit is contained in:
parent
f99c1e05f4
commit
cd53f1b5a4
3 changed files with 4 additions and 4 deletions
|
@ -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),
|
||||
|
|
|
@ -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),
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue