Lines Matching refs:ops
343 long ops; in runTestLoop() local
361 ops = testFunction->getOperationsPerIteration(); in runTestLoop()
362 if (ops < 1) { in runTestLoop()
427 … fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops); in runTestLoop()
429 …(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events); in runTestLoop()
433 fprintf(stdout,"= %s end %f %i %li\n", name, t, (int)loops, ops); in runTestLoop()
435 … fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events); in runTestLoop()
441 if (loops == 0 || ops == 0) { in runTestLoop()
446 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops)); in runTestLoop()
448 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop()
452 … name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops), (avg_t*1E9)/(loops*events)); in runTestLoop()
454 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()