mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
ircd::prof: Fix util::pretty() call (debugmode regression 512b12caf1
).
This commit is contained in:
parent
7034fadd64
commit
00350ab96c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ noexcept
|
||||||
ctx::current?
|
ctx::current?
|
||||||
id(ctx::cur()):
|
id(ctx::cur()):
|
||||||
0,
|
0,
|
||||||
pretty_nanoseconds(tmbuf, total, true),
|
pretty(tmbuf, nanoseconds(total), true),
|
||||||
reason
|
reason
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue