Lines Matching refs:nCount
317 int nCount = 1000; in initMain() local
334 nCount = integerValue(argv[++i]); in initMain()
335 if( nCount<1 ) fatalError("the --count must be positive"); in initMain()
372 pgsz, nCount, sz, iVariance+1 in initMain()
790 int nCount = 1000; /* Number of blob fetch operations */ in runMain() local
843 nCount = integerValue(argv[++i]); in runMain()
844 if( nCount<1 ) fatalError("the --count must be positive"); in runMain()
867 if( nCount<0 ) fatalError("the --mmap must be non-negative"); in runMain()
970 for(i=0; i<nCount; i++){ in runMain()
1061 if( nData==0 ){ nCount++; nExtra++; } in runMain()
1082 printf("%d cycles due to %d misses\n", nCount, nExtra); in runMain()
1097 printf("--count %d --max-id %d", nCount-nExtra, iMax); in runMain()
1111 printf("Microseconds per BLOB write: %.3f\n", tmElapsed*1000.0/nCount); in runMain()
1114 printf("Microseconds per BLOB read: %.3f\n", tmElapsed*1000.0/nCount); in runMain()