Home
last modified time | relevance | path

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

/system/extras/tests/workloads/
Dpwrsummary.sh53 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"
/system/media/camera/docs/
Dmetadata_template.mako195 % if prop.units is not None:
196 <units>${prop.units | x}</units>
Dmetadata_helpers.py754 if entry.units and not (entry.typedef and entry.typedef.name == 'string'):
755 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
Dhtml.mako334 % if prop.units is not None:
335 ${prop.units | wbr}
Dmetadata_model.py1306 def units(self): member in Entry
/system/core/logd/
DLogStatistics.cpp533 const char* units = "%"; in format() local
538 units = "X"; in format()
545 units); in format()
548 "%s%d%s", prefix, (permille + 5) / 10, units); in format()