radixtree.c | 1422 const struct timeval *stv, const struct timeval *etv) 1424 uint64_t s = stv->tv_sec * 1000000 + stv->tv_usec; 1476 struct timeval stv; local in function:test2 1511 gettimeofday(&stv, NULL); 1517 printops(title, "lookup", 0, nnodes, &stv, &etv); 1522 gettimeofday(&stv, NULL); 1539 printops(title, "get_tag", tagmask, nnodes, &stv, &etv); 1542 gettimeofday(&stv, NULL); 1548 printops(title, "remove", 0, nnodes, &stv, &etv) [all...] |