Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs290 private string GetResultFormat(object result, int num, int? width = null) in GetResultFormat() method in Antmicro.Renode.UserInterface.Monitor
348 … var format = GetResultFormat(entry.Key, 0, length) + " : " + GetResultFormat(entry.Value, 1); in PrintActionResult()