Home | History | Annotate | Download | only in t

Lines Matching refs:hits

31 	unsigned long hits;
76 n->hits = 1;
168 return n2->hits - n1->hits;
218 n->hits++;
234 printf("%lu, %lu\n", k, nodes[k].hits);
255 cur_vals = node->hits;
260 cur_vals += node->hits;
261 os->nranges += node->hits;
265 total_vals += node->hits;
285 printf("%.2f%% of hits satisfied in %.3f%cB of cache\n", percentage, cs, p);
294 printf("\n Rows Hits No Hits Size\n");