Home | History | Annotate | Download | only in netperf

Lines Matching refs:fprintf

179       fprintf(stderr, "Not running on Windows NT\n");
193 fprintf(stderr, "GetProcAddressFailed, status: %X\n", status);
200 fprintf(stderr,"MAIN - QueryPerformanceFrequency Failed!\n");
243 fprintf(stderr, "NtQuery failed, status: %X\n", status);
252 fprintf(stderr, "NtQuery didn't return expected amount of data\n");
253 fprintf(stderr, "Expected a multiple of %i, returned %i\n",
261 fprintf(stderr, "NtQuery didn't return expected amount of data\n");
262 fprintf(stderr, "Expected data for %i CPUs, returned %i\n",
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");
490 fprintf(where, "correction factor: %f\n", correction_factor);