summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx
Commit message (Collapse)AuthorAgeFilesLines
* runtime: pep8 formattingJosh Morman2021-11-241-133/+160
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-2/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* ctrlport monitors: fix config checkBastian Bloessl2019-06-191-13/+5
|
* perf-monitor: port gr3.8 and qt5Bastian Bloessl2019-06-191-256/+245
|
* runtime: port ctrlport monitor to 3.8 and qt5Bastian Bloessl2019-06-191-2/+2
|
* ctrlport: gr-perf-monitorx: remove iteritems usageBrent Stapleton2018-11-131-2/+2
| | | | | | | Removing usage of dict.iteritems in gr-perf-monitorx. Replaced with items() because - the dictionaries are sufficiently small - We're calling sorted() on them anyway
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-7/+9
|
* gr-perf-monitorx: Remove unused PyQwt import.Philip Balister2016-10-251-1/+1
| | | | | Reported-by: Kyle Unice <kyle.unice@L-3com.com> Signed-off-by: Philip Balister <philip@balister.org>
* float(version) doesn't work with "1.9.0"; fixed nx version checkingMarcus Müller2016-04-141-2/+11
|
* ctrlport: gr-perf-monitorx: add small offset to avoid log(0) calls.Tom Rondeau2016-03-091-2/+2
|
* ctrlport: gr-perf-monitorx - don't stash the canvas, ask the figure.Tom Rondeau2016-03-091-12/+8
|
* ctrlport: Some version issues for running gr-perf-monitorxTom Rondeau2016-03-091-3/+19
| | | | | | Newer Matplotlib and Networkx modules have altered a few things on us. Doing some extra checks and setup to work with, hopefully, all current versions.
* Merge remote-tracking branch 'ckuethe/trap_import_errors'Johnathan Corgan2015-08-281-8/+13
|\
| * clarify missing module exception.Chris Kuethe2015-08-281-8/+13
| | | | | | | | reduces surprise and tells me what i need to do to fix it.
* | whitespace fixes and some minor adjustments for building the PythonTom Rondeau2015-08-171-1/+1
|/ | | | manual.
* ctrlport: fix gr-perf-monitorx crash when manipulating displayTom Rondeau2015-06-231-9/+36
|
* controlport: use proper default return value from prefs get_bool.Tom Rondeau2015-04-221-4/+4
|
* controlport: fixed up performance monitor.Tom Rondeau2015-04-221-58/+77
| | | | | | | | | Fixed a problem with display runtime or buffer graphs by not clearing and redrawing the entire graph, just updating the height of the bars. Only update table or graph when they are the visible elements. Shuts down timer when the graphs are closed.
* controlport: more work on the translation layer; properties and setting ↵Tom Rondeau2015-04-021-23/+26
| | | | parameters in gr-ctrlport-monitor now working.
* controlport: more cleanup of python code to help generalize the interfaceTom Rondeau2015-04-021-14/+10
|
* controlport: cleanup and switching over to new Python common interface.Tom Rondeau2015-04-021-68/+64
|
* controlport: quick fixTom Rondeau2015-04-021-1/+1
|
* controlport: working gr-perf-monitorx applicationTom Rondeau2015-04-021-0/+861
|
* controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-849/+0
| | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* Merge branch 'maint'Tom Rondeau2014-04-211-0/+4
|\
| * controlport: in gr-perf-monitorx, if all work times returned are 0, avoid a ↵Tom Rondeau2014-04-211-0/+4
| | | | | | | | divide-by-zero fault.
* | controlport: allows reset_perf_counters to be called over controlport; ↵Tom Rondeau2014-04-151-21/+66
|/ | | | | | gr-perf-monitorx has button to call this. Also changes the icon of the ControlPort tools to the new one.
* runtime: update gr-perfmonitor-x to display message ports - currently they ↵Tim O'Shea2013-06-071-14/+52
| | | | do not show any performance statistics
* runtime: adding clock-type selection drop down to gr-perf-monitorx toolTim O'Shea2013-06-051-0/+36
|
* runtime: gr-perf-monitorx, make very sure we are using the right matplotlib ↵Tim O'Shea2013-04-231-1/+2
| | | | backend before causing any problems by defaulting to a different one
* remove scipy references from gr-perf-monitorxTim O'Shea2013-04-201-3/+1
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-0/+727