Searched refs:units (Results 1 – 6 of 6) sorted by relevance
53 units="unknown"56 units="FPS";;58 units="FPS from app point of view: 1/(90th percentile render time)";;60 units="App start/switch per second";;63 echo "Performance unit for $workload is: $units"
195 % if prop.units is not None:196 <units>${prop.units | x}</units>
754 if entry.units and not (entry.typedef and entry.typedef.name == 'string'):755 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
334 % if prop.units is not None:335 ${prop.units | wbr}
1306 def units(self): member in Entry
533 const char* units = "%"; in format() local538 units = "X"; in format()545 units); in format()548 "%s%d%s", prefix, (permille + 5) / 10, units); in format()