Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:stdout

271                 //fprintf(stdout, "\n=== Handling test: %s: ===\n", name);
272 //fprintf(stdout, "\n%s:\n", name);
282 fprintf(stdout, "\n---ERROR: Test doesn't exist: %s!\n", name);
379 fprintf(stdout,"= %s calibrating %i seconds \n", name, (int)n);
413 fprintf(stdout,"= %s begin " ,name);
416 fprintf(stdout, "%i\n", (int)loops);
418 fprintf(stdout, "%i\n", (int)n);
421 fprintf(stdout, "\n");
436 fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops);
438 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
442 fprintf(stdout,"= %s end %f %i %li\n", name, t, (int)loops, ops);
444 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
454 fprintf(stdout, "%%= %s avg: %.4g loops: %i avg/op: %.4g ns\n",
456 fprintf(stdout, "_= %s min: %.4g loops: %i min/op: %.4g ns\n",
460 fprintf(stdout, "%%= %s avg: %.4g loops: %i avg/op: %.4g ns avg/event: %.4g ns\n",
462 fprintf(stdout, "_= %s min: %.4g loops: %i min/op: %.4g ns min/event: %.4g ns\n",
487 fprintf(stdout,"Test names:\n");
488 fprintf(stdout,"-----------\n");
496 stdout, "%s\n", name);