Re: Re: Performance counters in GNU Radio

2022-05-11 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
On Behalf Of Ryan Volz >> Sent: Tuesday, May 10, 2022 12:08 >> To: Marcin Puchlik ; GNURadio Discussion List >> >> Subject: [EXTERNAL] Re: Performance counters in GNU Radio >> >> Hi Marcin, >> >> On 5/10/22 9:40 AM, Marcin Puchlik via GNU Radio, the

Re: Re: Performance counters in GNU Radio

2022-05-11 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
> -Original Message- > From: Discuss-gnuradio sncorp@gnu.org> On Behalf Of Ryan Volz > Sent: Tuesday, May 10, 2022 12:08 > To: Marcin Puchlik ; GNURadio Discussion List < > discuss-gnuradio@gnu.org> > Subject: [EXTERNAL] Re: Performance counters in GNU Radio

RE: Re: Performance counters in GNU Radio

2022-05-10 Thread Jim Melton
You need: [PerfCounters] on = True in $HOME/.gnuradio/config.conf --- Jim Melton -Original Message- From: Discuss-gnuradio On Behalf Of Ryan Volz Sent: Tuesday, May 10, 2022 12:08 To: Marcin Puchlik ; GNURadio Discussion List Subject: [EXTERNAL] Re: Performance counters in GNU

Re: Performance counters in GNU Radio

2022-05-10 Thread Ryan Volz
Hi Marcin, On 5/10/22 9:40 AM, Marcin Puchlik via GNU Radio, the Free & Open-Source Toolkit for Software Radio wrote: Hi, I am using GNU Radio which I installed from binary (3.10.1.1). I am creating my own OOT and I would like to use /Performance Counters/ features like pc_nproduced() functio

Performance counters in GNU Radio

2022-05-10 Thread GNU Radio, the Free & Open-Source Toolkit for Software Radio
Hi, I am using GNU Radio which I installed from binary (3.10.1.1). I am creating my own OOT and I would like to use *Performance Counters* features like pc_nproduced() function. Here I found that they are not enabled by default and I saw th