Home
last modified time | relevance | path

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

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