summaryrefslogtreecommitdiff
path: root/gnuradio-examples/python/volk_benchmark
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-035-925/+0
| | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* volk: make both test cases look and function the same.Tom Rondeau2012-03-221-9/+8
|
* volk: added README file to explain how to run the benchmark tests and ↵Tom Rondeau2012-02-141-0/+252
| | | | plotting tool.
* volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.Tom Rondeau2012-02-131-8/+1
|
* volk: can specify a table to calculate the percent improvement against ↵Tom Rondeau2012-02-131-20/+60
| | | | instead of just the raw numbers.
* volk: better handling of plot for error bars. Older versions of pylab don't ↵Tom Rondeau2012-02-131-8/+10
| | | | like the kwargs.
* volk: better args for benchmarking volk tests; can specify a list of test ↵Tom Rondeau2012-02-132-16/+17
| | | | numbers.
* volk: improved GR benchmark and plotting utilities.Tom Rondeau2012-02-133-53/+110
|
* volk: test commands for measuring type conversion performance.Tom Rondeau2012-02-131-0/+183
|
* volk: adding an examples directory with scripts to benchmark and compare ↵Tom Rondeau2012-02-133-0/+398
volk-optimized GR blocks.