MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / mainTestBandwidth

Function mainTestBandwidth

src/fe-testbandwidth.cc:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static FlagGroup flags;
6
7int mainTestBandwidth(int argc, const char* argv[])
8{
9 flags.parseFlagsWithConfigFiles(argc, argv, {});
10 usbTestBulkWrite();
11 usbTestBulkRead();
12 return 0;
13}

Callers

nothing calls this directly

Calls 3

usbTestBulkWriteFunction · 0.85
usbTestBulkReadFunction · 0.85

Tested by

no test coverage detected