Searched defs:throughput (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/memtest/
H A Dmemtest.cpp199 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); local
201 results[nbr].res = throughput;
315 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); local
317 results[nbr].res = throughput;
460 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); local
462 results[nbr].res = throughput;
569 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); local
571 results[nbr].res = throughput;

Completed in 2638 milliseconds