aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_rate.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: Atomicize counters in benchmark_rateAaron Rossetto2022-03-071-10/+10
* examples: benchmark_rate improvementsmichael-west2022-03-031-95/+124
* examples: support multiple streamers in benchmark_rateAndrew Lynch2022-01-101-43/+103
* examples: Fix --random option in benchmark_ratemichael-west2020-10-121-5/+11
* examples: Change benchmark_rate default thread priorityAaron Rossetto2020-03-271-1/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-6/+6
* examples: benchmark_rate clean print outmattprost2020-02-041-8/+12
* examples: Fix tx timeout caused by initial delayCiro Nishiguchi2020-01-201-3/+4
* examples: Add options to benchmark_rateMichael West2020-01-021-19/+39
* examples: benchmark_rate dpdk recv/send thread priority elevationmattprost2019-12-201-0/+13
* examples: benchmark_rate: Add --rx_spp and --tx_sppMartin Braun2019-11-261-5/+23
* examples: benchmark_rate: Remove usage of boost::posix_timeMartin Braun2019-11-261-18/+25
* examples: Add Rx/Tx stream args parameters to benchmark_rateAaron Rossetto2019-11-261-0/+5
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-16/+1
* examples: remove thread priority elevationCiro Nishiguchi2019-10-221-6/+0
* examples: bmark_rate: fixup INIT_DELAYBrent Stapleton2019-09-041-3/+6
* examples: benchmark_rate: Remove dead store to is_lockedMoritz Fischer2019-02-151-1/+0
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-294/+277
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-161-0/+2
* examples: optimize benchmark_rate start timeBrent Stapleton2019-01-031-3/+3
* utils: fix bmark_rate MIMO synchronizationBrent Stapleton2018-10-121-9/+10
* examples: Avoid calculating dropped samples for negative offsetsMartin Braun2018-05-031-1/+10
* examples: Fix sleep duration in benchmark_rateMartin Braun2018-05-031-1/+1
* examples: Add failure modes to benchmark_rateMartin Braun2018-05-031-20/+86
* examples: Update benchmark_rate (more stats, timestamps)Martin Braun2018-03-141-57/+111
* examples: Fix some minor compiler warningsMartin Braun2018-02-191-4/+7
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-291-4/+7
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-5/+4
* examples: Fixed check for setting time on PPS vs. nowMartin Braun2016-09-281-1/+6
* examples: Added TX and RX channels args in benchmark_rateDerek Kozel2016-08-291-13/+40
* examples: Remove default values for subdevs in benchmark_rateMartin Braun2016-08-031-2/+2
* examples: Added tx and rx subdev arguments to benchmark_rateDerek Kozel2016-08-031-0/+12
* examples: Fixed unconditional wait for SISO case in benchmark_rateMartin Braun2016-07-221-1/+1
* examples: Added late command counter to benchmark_rateMartin Braun2016-07-221-4/+17
* examples: Fix RX thread in benchmark_rate example so it exits when EOB is seenmichael-west2016-07-221-2/+8
* Merge branch 'maint'Martin Braun2016-05-191-2/+3
|\
| * examples: Increased the reference locking timeout in benchmark_ratePaul David2016-05-171-2/+3
| * examples: Re-enabled better thread interruption in benchmark_rateMartin Braun2016-03-171-32/+126
| * Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p...Martin Braun2016-03-161-120/+32
| * examples: Modified benchmark_rate so thread interrupts cannot cause problemsMartin Braun2016-03-141-32/+120
* | examples: Add timeouts to benchmark_rateMartin Braun2016-03-211-1/+10
* | examples: Re-enabled better thread interruption in benchmark_rateMartin Braun2016-03-211-32/+126
* | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p...Martin Braun2016-03-211-120/+32
* | examples: Modified benchmark_rate so thread interrupts cannot cause problemsMartin Braun2016-03-211-32/+120
|/
* Corrected the UHD behavior in the event of a USB disconnectDaulPavid2016-02-121-0/+6
* Fixed master-specific warningsNicholas Corgan2015-03-271-1/+1
* examples: Merged benchmark_rate and transport_hammerMartin Braun2014-11-131-13/+51
* examples: Whitespace and other cleanupMartin Braun2014-10-281-1/+0