aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_rate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-4/+4
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-16/+15
|
* uhd: benchmark example will print help if no rate specifiedJosh Blum2011-07-081-1/+1
|
* uhd: on e100, this benchmark control thread should also have prio so it can ↵Josh Blum2011-06-171-0/+1
| | | | spawn both
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-171-16/+20
| | | | | | | | spi and i2c are done w/ polling, but this is ok, the transactions always complete by the first check a gpio is used to wake up poll() and check for messages. messages are read using poke32, unpacked, and enqueued.
* uhd: more benchmark tweaks, removed old benchmark rxJosh Blum2011-06-151-7/+9
|
* uhd: added dropped samples calculation to rx testJosh Blum2011-06-151-1/+13
|
* uhd: created benchmark rate appJosh Blum2011-06-151-0/+222