discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Profiling Gnuradio message based blocks


From: Jacob Gilbert
Subject: Re: [Discuss-gnuradio] Profiling Gnuradio message based blocks
Date: Sun, 15 Jan 2017 19:49:09 -0700

Hi Emanuel,

This is related to a larger issue in which the controlport interface (used for performance monitoring in addition to other features) is only started for blocks with at least one stream connection. I submitted a PR for this (https://github.com/gnuradio/gnuradio/pull/1119) which be included in the upcoming 3.7.10.2 but if you want it now you can easily patch it in.

Jacob


On Fri, Jan 13, 2017 at 1:13 AM, <address@hidden> wrote:

Hi all,

 

I managed to get Apache thrift up and running and configured by environment to use the control port and performance counters. gr-perf-monitorx works fine and shows me my flowgraph as intended.

My flowgraph consists of several streaming based blocks and many purely message based blocks (message in / message out) between a USRP source and a USRP sink.

 

My question now is: are purely message based blocks without a work function correctly profiled as well?

 

I see my  message blocks appearing in the gr-perf-monitorx visualizer with a box around, where the box size indicates the runtime usage. However when I switch the view to the runtime table and have a look there, I do not see my purely message based blocks in the table. Only those blocks which have at least one streaming interface are visible there. Any ideas?

 

Thanks in advance and thanks to Thomas Rondau et. al. for this kind of profiling functionality. A very convenient tool indeed.

 

Regards,

Emanuel


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]