Searched defs:plotfile (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf.c145 static const char *plotfile = "resperf.gnuplot"; variable
284 perf_opt_add('P', perf_opt_string, "plotfile",
285 "the name of the plot data file", plotfile, &plotfile);
704 plotf = fopen(plotfile, "w");
706 perf_log_fatal("could not open %s: %s", plotfile,

Completed in 2640 milliseconds