delayAsString
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
e4410498a1
commit
cc1bc54ee7
|
|
@ -403,7 +403,7 @@ delayAsString(const Delay &delay,
|
|||
if (sta->pocvEnabled()) {
|
||||
float sigma_early = delay.sigma(EarlyLate::early());
|
||||
float sigma_late = delay.sigma(EarlyLate::late());
|
||||
return stringPrintTmp("%s[%s : %s]",
|
||||
return stringPrintTmp("%s[%s:%s]",
|
||||
unit->asString(delay.mean(), digits),
|
||||
unit->asString(sigma_early, digits),
|
||||
unit->asString(sigma_late, digits));
|
||||
|
|
|
|||
Loading…
Reference in New Issue