MCPcopy Create free account
hub / github.com/esnet/iperf / iperf_set_test_stats_interval

Function iperf_set_test_stats_interval

src/iperf_api.c:479–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void
480iperf_set_test_stats_interval(struct iperf_test *ipt, double stats_interval)
481{
482 ipt->stats_interval = stats_interval;
483}
484
485void
486iperf_set_test_state(struct iperf_test *ipt, signed char state)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…