Searched refs:formatPerfRatio (Results 1 – 1 of 1) sorted by relevance
879 def formatPerfRatio(s): function950 row=[row[0]] + formatPerfRatio(row[1:])952 row=list(row[0]) + formatPerfRatio(row[1:])956 dataTable.addRow(formatPerfRatio(row))