Searched refs:commitInterval (Results 1 – 1 of 1) sorted by relevance
273 int commitInterval = 0; /* How often to commit. 0 means never */ in main() local337 commitInterval = atoi(argv[i]); in main()554 if( commitInterval>0 && (nOp%commitInterval)==0 ){ in main()