Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:fprintf

232                 fprintf(stderr, "Out of memory reading line %d.\n", (int)numLines);
267 //fprintf(stdout, "\n=== Handling test: %s: ===\n", name);
268 //fprintf(stdout, "\n%s:\n", name);
278 fprintf(stdout, "\n---ERROR: Test doesn't exist: %s!\n", name);
331 fprintf(stderr,"*** runIndexedTest needs to be overriden! ***");
364 fprintf(stderr,"%s function returned NULL", name);
369 fprintf(stderr, "%s returned an illegal operations/iteration()\n", name);
376 fprintf(stdout,"= %s calibrating %i seconds \n", name, (int)n);
391 fprintf(stderr,"Unable to converge on desired duration");
410 fprintf(stdout,"= %s begin " ,name);
413 fprintf(stdout, "%i\n", (int)loops);
415 fprintf(stdout, "%i\n", (int)n);
418 fprintf(stdout, "\n");
433 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
435 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
439 fprintf(stdout,"= %s end %f %i %li\n", name, t, (int)loops, ops);
441 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
448 fprintf(stderr, "%s did not run\n", name);
451 fprintf(stdout, "%%= %s avg: %.4g loops: %i avg/op: %.4g ns\n",
453 fprintf(stdout, "_= %s min: %.4g loops: %i min/op: %.4g ns\n",
457 fprintf(stdout, "%%= %s avg: %.4g loops: %i avg/op: %.4g ns avg/event: %.4g ns\n",
459 fprintf(stdout, "_= %s min: %.4g loops: %i min/op: %.4g ns min/event: %.4g ns\n",
484 fprintf(stdout,"Test names:\n");
485 fprintf(stdout,"-----------\n");
493 fprintf(stdout, "%s\n", name);