| radixtree.c | 1422 const struct timeval *stv, const struct timeval *etv) 1425 uint64_t e = etv->tv_sec * 1000000 + etv->tv_usec; 1477 struct timeval etv; local in function:test2 1516 gettimeofday(&etv, NULL); 1517 printops(title, "lookup", 0, nnodes, &stv, &etv); 1537 gettimeofday(&etv, NULL); 1539 printops(title, "get_tag", tagmask, nnodes, &stv, &etv); 1547 gettimeofday(&etv, NULL); 1548 printops(title, "remove", 0, nnodes, &stv, &etv); [all...] |