Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/performance/
DDDBenchmarkTest.java264 double bandwidthInB = Double.parseDouble(bandwidth) * multiplier; in bandwidthInMiB() local
265 return bandwidthInB / (1024 * 1024); in bandwidthInMiB()