Home | History | Annotate | Download | only in netperf

Lines Matching full:where

348       fprintf(where,"ActualDuration (ms): %d\n", duration/10);
353 fprintf(where, "%% CPU _Total");
358 fprintf(where, "\t CPU %i", i);
361 fprintf(where, "\n");
363 fprintf(where, "Busy %5.2f", tot_CPU_Util);
368 fprintf(where, "\t %5.2f",
372 fprintf(where, "\n");
374 fprintf(where, "Kernel %5.2f",
381 fprintf(where, "\t %5.2f",
385 fprintf(where, "\n");
387 fprintf(where, "User %5.2f",
394 fprintf(where, "\t %5.2f",
398 fprintf(where, "\n");
400 fprintf(where, "Dpc %5.2f",
407 fprintf(where, "\t %5.2f",
411 fprintf(where, "\n");
413 fprintf(where, "Interrupt %5.2f",
420 fprintf(where, "\t %5.2f",
424 fprintf(where, "\n\n");
426 fprintf(where, "Interrupt/Sec. %5.1f",
433 fprintf(where, "\t %5.1f",
437 fprintf(where, "\n\n");
438 fflush(where);
490 fprintf(where, "correction factor: %f\n", correction_factor);