Home
last modified time | relevance | path

Searched refs:maxHostTimestampLength (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DLoggingUartAnalyzer.cs88 if(hostTimestamp.Length < maxHostTimestampLength) in WriteChar()
90 hostTimestamp = hostTimestamp.PadLeft(maxHostTimestampLength, ' '); in WriteChar()
94 maxHostTimestampLength = hostTimestamp.Length; in WriteChar()
154 private int maxHostTimestampLength; field in Antmicro.Renode.Analyzers.LoggingUartAnalyzer