index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
examples
/
benchmark_rate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Atomicize counters in benchmark_rate
Aaron Rossetto
2022-03-07
1
-10
/
+10
*
examples: benchmark_rate improvements
michael-west
2022-03-03
1
-95
/
+124
*
examples: support multiple streamers in benchmark_rate
Andrew Lynch
2022-01-10
1
-43
/
+103
*
examples: Fix --random option in benchmark_rate
michael-west
2020-10-12
1
-5
/
+11
*
examples: Change benchmark_rate default thread priority
Aaron Rossetto
2020-03-27
1
-1
/
+1
*
uhd: Apply clang-format against all .cpp and .hpp files in host/
Martin Braun
2020-03-03
1
-6
/
+6
*
examples: benchmark_rate clean print out
mattprost
2020-02-04
1
-8
/
+12
*
examples: Fix tx timeout caused by initial delay
Ciro Nishiguchi
2020-01-20
1
-3
/
+4
*
examples: Add options to benchmark_rate
Michael West
2020-01-02
1
-19
/
+39
*
examples: benchmark_rate dpdk recv/send thread priority elevation
mattprost
2019-12-20
1
-0
/
+13
*
examples: benchmark_rate: Add --rx_spp and --tx_spp
Martin Braun
2019-11-26
1
-5
/
+23
*
examples: benchmark_rate: Remove usage of boost::posix_time
Martin Braun
2019-11-26
1
-18
/
+25
*
examples: Add Rx/Tx stream args parameters to benchmark_rate
Aaron Rossetto
2019-11-26
1
-0
/
+5
*
uhd: Remove deprecated objects and methods
Martin Braun
2019-11-26
1
-16
/
+1
*
examples: remove thread priority elevation
Ciro Nishiguchi
2019-10-22
1
-6
/
+0
*
examples: bmark_rate: fixup INIT_DELAY
Brent Stapleton
2019-09-04
1
-3
/
+6
*
examples: benchmark_rate: Remove dead store to is_locked
Moritz Fischer
2019-02-15
1
-1
/
+0
*
uhd: mpm: apply clang-format to all files
Brent Stapleton
2019-01-16
1
-294
/
+277
*
examples: utils: skip formatting program options
Brent Stapleton
2019-01-16
1
-0
/
+2
*
examples: optimize benchmark_rate start time
Brent Stapleton
2019-01-03
1
-3
/
+3
*
utils: fix bmark_rate MIMO synchronization
Brent Stapleton
2018-10-12
1
-9
/
+10
*
examples: Avoid calculating dropped samples for negative offsets
Martin Braun
2018-05-03
1
-1
/
+10
*
examples: Fix sleep duration in benchmark_rate
Martin Braun
2018-05-03
1
-1
/
+1
*
examples: Add failure modes to benchmark_rate
Martin Braun
2018-05-03
1
-20
/
+86
*
examples: Update benchmark_rate (more stats, timestamps)
Martin Braun
2018-03-14
1
-57
/
+111
*
examples: Fix some minor compiler warnings
Martin Braun
2018-02-19
1
-4
/
+7
*
uhd: Update license headers
Martin Braun
2018-02-19
1
-1
/
+2
*
Move all license headers to SPDX format.
Martin Braun
2017-12-22
1
-12
/
+1
*
utils: add set_thread_name API call, move thread_priority to thread
Andrej Rode
2017-06-29
1
-4
/
+7
*
uhd: Replaced many lexical_cast with appropriate C++11 equivalents
Martin Braun
2017-06-29
1
-5
/
+4
*
examples: Fixed check for setting time on PPS vs. now
Martin Braun
2016-09-28
1
-1
/
+6
*
examples: Added TX and RX channels args in benchmark_rate
Derek Kozel
2016-08-29
1
-13
/
+40
*
examples: Remove default values for subdevs in benchmark_rate
Martin Braun
2016-08-03
1
-2
/
+2
*
examples: Added tx and rx subdev arguments to benchmark_rate
Derek Kozel
2016-08-03
1
-0
/
+12
*
examples: Fixed unconditional wait for SISO case in benchmark_rate
Martin Braun
2016-07-22
1
-1
/
+1
*
examples: Added late command counter to benchmark_rate
Martin Braun
2016-07-22
1
-4
/
+17
*
examples: Fix RX thread in benchmark_rate example so it exits when EOB is seen
michael-west
2016-07-22
1
-2
/
+8
*
Merge branch 'maint'
Martin Braun
2016-05-19
1
-2
/
+3
|
\
|
*
examples: Increased the reference locking timeout in benchmark_rate
Paul David
2016-05-17
1
-2
/
+3
|
*
examples: Re-enabled better thread interruption in benchmark_rate
Martin Braun
2016-03-17
1
-32
/
+126
|
*
Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p...
Martin Braun
2016-03-16
1
-120
/
+32
|
*
examples: Modified benchmark_rate so thread interrupts cannot cause problems
Martin Braun
2016-03-14
1
-32
/
+120
*
|
examples: Add timeouts to benchmark_rate
Martin Braun
2016-03-21
1
-1
/
+10
*
|
examples: Re-enabled better thread interruption in benchmark_rate
Martin Braun
2016-03-21
1
-32
/
+126
*
|
Revert "examples: Modified benchmark_rate so thread interrupts cannot cause p...
Martin Braun
2016-03-21
1
-120
/
+32
*
|
examples: Modified benchmark_rate so thread interrupts cannot cause problems
Martin Braun
2016-03-21
1
-32
/
+120
|
/
*
Corrected the UHD behavior in the event of a USB disconnect
DaulPavid
2016-02-12
1
-0
/
+6
*
Fixed master-specific warnings
Nicholas Corgan
2015-03-27
1
-1
/
+1
*
examples: Merged benchmark_rate and transport_hammer
Martin Braun
2014-11-13
1
-13
/
+51
*
examples: Whitespace and other cleanup
Martin Braun
2014-10-28
1
-1
/
+0
[next]