Searched refs:plotf (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c616 FILE *plotf; local
704 plotf = fopen(plotfile, "w");
705 if (! plotf) {
711 fprintf(plotf, "# time target_qps actual_qps "
731 fprintf(plotf, "%7.3f %8.2f %8.2f %8.2f %8.2f %8.6f\n",
740 fclose(plotf);

Completed in 36 milliseconds