discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] debugging code for seeing what threads are creat


From: Alex
Subject: Re: [Discuss-gnuradio] debugging code for seeing what threads are created
Date: Tue, 20 Jul 2010 11:04:25 +0100

>
> Please read the ps man page and pick options that will show you detail
> information on all the threads.
>

Reread the man page but from what i gather ps isn't capable of displaying
what I'm looking for, which is a name for the thread, or something to tell
me which block it belongs to.

> Not exactly sure what you're looking for, but when using the
> thread-per-block scheduler, there will be one thread created per
> block.
>

I am aware of that and I'm looking for some sort of output to tell me
something along the lines of when a block starts, what it's doing and
when it stops.

Also when I run in single-thread scheduler I have a waveform that runs
with 3 threads and one with 2 threads and I would like to know what they
are

Thank you

Alex



reply via email to

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