Home
last modified time | relevance | path

Searched refs:demo_interval (Results 1 – 3 of 3) sorted by relevance

/external/netperf/
Dnetsh.h85 extern double demo_interval;
Dnetsh.c184 double demo_interval = 1000000.0; /* what is the desired interval to variable
542 demo_interval = atof(arg1) * 1000000.0; in scan_cmd_line()
Dnettest_bsd.c358 demo_units = demo_units * (demo_interval / actual_interval); \
359 if (actual_interval >= demo_interval) { \
398 demo_units = demo_units * (demo_interval / actual_interval); \
399 if (actual_interval >= demo_interval) { \