Searched refs:maxHostTimestampLength (Results 1 – 1 of 1) sorted by relevance
88 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