コード例 #1
0
ファイル: qa_message.py プロジェクト: asif125/gnuradio
def all_counts():
    return (gr.block_ncurrently_allocated(),
            gr.block_detail_ncurrently_allocated(),
            gr.buffer_ncurrently_allocated(),
            gr.buffer_reader_ncurrently_allocated(),
            gr.message_ncurrently_allocated())
コード例 #2
0
def all_counts():
    return (gr.block_ncurrently_allocated(),
            gr.block_detail_ncurrently_allocated(),
            gr.buffer_ncurrently_allocated(),
            gr.buffer_reader_ncurrently_allocated(),
            gr.message_ncurrently_allocated())