Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-07-16 Thread CEL
Hi Jim, though the crash here definitely is different from what you witness in GRC, I'd chalk it up to either a bug in Matplotlib (a python graph drawing library) or our code. https://stackoverflow.com/a/17935694/4433386 might be an indication that we're the ones doing something wrong. I don't

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-07-15 Thread Jim Larsen
Hi Marcus, Thank you for your patience with my CtrlPort Performance Monitor problems. I have been distracted by other projects and finally had time to try your suggestion. > On Jul 4, 2018, at 1:47 AM, Müller, Marcus (CEL) wrote: > > hm... > no, but if `gr-ctrlport-monitor` works, does

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-07-04 Thread CEL
hm... no, but if `gr-ctrlport-monitor` works, does running `gr-perf- monitorx`? Do you still get the same blank display, are there any warnings/errors printed? Best regards, Marcus On Tue, 2018-07-03 at 20:23 -0700, Jim Larsen wrote: > Hi Marcus, > > Thank you for your help. > > > On Jun 24,

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-07-03 Thread Jim Larsen
Hi Marcus, Thank you for your help. > On Jun 24, 2018, at 1:20 AM, Müller, Marcus (CEL) wrote: > > So, each time you run your flow graph, the following line should > change: > > monitor::endpoints() = -h vmware -p 40161 > > at least in the port number at the end. The port number changes

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-24 Thread CEL
Hi Jim, that's good news so far :) So, each time you run your flow graph, the following line should change: monitor::endpoints() = -h vmware -p 40161 at least in the port number at the end. Now, remove the ctrlport monitor from your flowgraph (disable it); start your flow graph and let it

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-23 Thread Jim Larsen
Marcus, Thank you for your reply. > On Jun 23, 2018, at 4:00 AM, Müller, Marcus (CEL) wrote: > > Can you share the full console output of your flow graph? Here is the flow graph console output: jim@vmware:~/gnuradio/prefix/perform$ gnuradio-companion <<< Welcome to GNU Radio Companion

Re: [Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-23 Thread CEL
Hi Jim, Can you share the full console output of your flow graph? Also note that the most "fragile" dependency of GNU Radio right now is Thrift, if you can check whether your CMake output says that Thrift was used, it would be helpful. Thrift is the RPC middleware that ctrlport uses to expose

[Discuss-gnuradio] Need help with CtrlPort Performance Monitor

2018-06-22 Thread Jim Larsen
I want to use the CtrlPort Performance Monitor block to compare CPU usage of several demodulator alternatives. I built GNU Radio version 3.7.12 using PyBOMBS on Ubuntu 18.04. I added -DENABLE_PERFORMANCE_COUNTERS=ON to the gnuradio.lwr recipe. I installed networkx, matplotlib, and