HomeSort by: relevance | last modified time | path
    Searched defs:benchmark (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/npf/npftest/
npftest.c 43 "[ -i <interface> -s <file> ] -b <benchmark> -p <ncpu>\n"
48 "\t-b benchmark\n"
198 char *benchmark, *config, *interface, *stream, *testname; local in function:main
203 benchmark = NULL;
218 benchmark = optarg;
260 * Either benchmark or test. If stream analysis, then the
261 * interface should be specified. If benchmark, then the
264 if ((benchmark != NULL) == test && (stream && !interface)) {
267 if (benchmark && (!config || !nthreads)) {
268 errx(EXIT_FAILURE, "missing config for the benchmark or
    [all...]
npftest.c 43 "[ -i <interface> -s <file> ] -b <benchmark> -p <ncpu>\n"
48 "\t-b benchmark\n"
198 char *benchmark, *config, *interface, *stream, *testname; local in function:main
203 benchmark = NULL;
218 benchmark = optarg;
260 * Either benchmark or test. If stream analysis, then the
261 * interface should be specified. If benchmark, then the
264 if ((benchmark != NULL) == test && (stream && !interface)) {
267 if (benchmark && (!config || !nthreads)) {
268 errx(EXIT_FAILURE, "missing config for the benchmark or
    [all...]

Completed in 21 milliseconds