discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Profile data


From: Marcus D. Leech
Subject: [Discuss-gnuradio] Profile data
Date: Tue, 03 Jan 2012 19:41:52 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

Decided this evening to grab some quick profile data for a uhd_fft.py, running at 50Msps from a USRP2.

The kernel was occupied 41% of the time--no great surprise. Handling interrupts, doing the network stack "stuff".

The next largest chunk was libc (memcpy_sse)     12.5%
Then uhd (convert_sc8_item32_1_to_fcxx_1)         11.4%
Then libpython                                                          9.8%
Then libgnuradio-core                                              7.5%

So, the big surprise there was that libpython was so high on the list, since Python isn't used in copying data within the flow-graph. I didn't get any symbol information for libpython, so I wonder what it is doing all that time?


--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org





reply via email to

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