Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/Testing/
DextractDb.py879 def formatPerfRatio(s): function
950 row=[row[0]] + formatPerfRatio(row[1:])
952 row=list(row[0]) + formatPerfRatio(row[1:])
956 dataTable.addRow(formatPerfRatio(row))