Home
last modified time | relevance | path

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

/system/extras/tests/memtest/
Dmemtest.cpp194 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); in memcpy_test() local
196 results[nbr].res = throughput; in memcpy_test()
310 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); in memset_test() local
312 results[nbr].res = throughput; in memset_test()
454 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); in memcmp_test() local
456 results[nbr].res = throughput; in memcmp_test()
563 const float throughput = (size*1000000000.0f*REPEAT) / (1024*1024*t); in strlen_test() local
565 results[nbr].res = throughput; in strlen_test()