Searched refs:mine (Results 1 – 1 of 1) sorted by relevance
/lk-master/app/stringtests/ |
A D | string_tests.c | 141 lk_time_t null, c, libc, mine; in bench_memcpy() local 153 mine = bench_memcpy_routine(&mymemcpy, srcalign, dstalign); in bench_memcpy() 159 …printf("my memcpy %u msecs, %llu bytes/sec; ", mine, (uint64_t)BUFFER_SIZE * ITERATIONS * 1000ULL … in bench_memcpy() 230 lk_time_t c, libc, mine; in bench_memset() local 240 mine = bench_memset_routine(&mymemset, dstalign, BUFFER_SIZE); in bench_memset() 245 …printf("my memset %u msecs, %llu bytes/sec; ", mine, (uint64_t)BUFFER_SIZE * ITERATIONS * 1000ULL … in bench_memset()
|
Completed in 6 milliseconds