Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
times.
|
|
|
|
|
|
exectution of flowgraph.
Conflicts:
CMakeLists.txt
gnuradio-core/src/lib/runtime/gr_block.cc
gnuradio-core/src/lib/runtime/gr_block_detail.cc
gnuradio-core/src/lib/runtime/gr_block_detail.h
|
|
Prevents getting pmt module from the installed library.
|
|
|
|
The affinity call will work if at least 1 of the specified cores is present. This fixes a problem if running on a single-core machine.
|
|
|
|
|
|
gr_file_source
gr::blocks::file_source
|
|
|
|
top_block starts correctly.
|
|
Example in gnuradio-core/src/examples/mp-sched/affinity_set.py
Documentation describing API in docs/doxygen/other/thread_affinity.dox
|
|
this is a 4x-6x speedup depending on the processor/os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
|
|
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
|
|
|
|
|
|
|
|
|
|
This also simplifies some code in the source since we're told exactly what the items size is and don't have to infer.
Also adds an example using vector items.
|
|
Also adds a flush when updating the headers.
|
|
|
|
is properly updated.
|
|
source).
|
|
|
|
Also fixes an error in Doxygen markup.
|
|
|
|
|
|
them to the tag stream.
|
|
|
|
|