Lines Matching refs:sampled
6386 unsigned long long sampled = 0, total_keys, totlen=0, *sizes=NULL, it=0; in findBigKeys() local
6413 pct = 100 * (double)sampled/total_keys; in findBigKeys()
6446 sampled++; in findBigKeys()
6468 if(sampled % 1000000 == 0) { in findBigKeys()
6469 printf("[%05.2f%%] Sampled %llu keys so far\n", pct, sampled); in findBigKeys()
6474 if(sampled && (sampled %100) == 0 && config.interval) { in findBigKeys()
6487 printf("Sampled %llu keys in the keyspace!\n", sampled); in findBigKeys()
6489 totlen, totlen ? (double)totlen/sampled : 0); in findBigKeys()
6509 sampled ? 100 * (double)type->count/sampled : 0, in findBigKeys()
6555 unsigned long long sampled = 0, total_keys, *freqs = NULL, it = 0; in findHotKeys() local
6570 pct = 100 * (double)sampled/total_keys; in findHotKeys()
6592 sampled++; in findHotKeys()
6594 if(sampled % 1000000 == 0) { in findHotKeys()
6595 printf("[%05.2f%%] Sampled %llu keys so far\n", pct, sampled); in findHotKeys()
6618 if(sampled && (sampled %100) == 0 && config.interval) { in findHotKeys()
6630 printf("Sampled %llu keys in the keyspace!\n", sampled); in findHotKeys()