diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-06-07 11:42:33 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2013-06-07 11:42:33 -0400 |
commit | 3e9886a70650474a5330ae9a3553069260fc03c4 (patch) | |
tree | 844d05c187f2a98bdb74cecbb9392eb40d0766c5 /gnuradio-runtime/lib/top_block_impl.h | |
parent | cc073d26de6ad088f5580582b5d28d064336c530 (diff) |
runtime: export list of msg connections when performance counters are enabled
Diffstat (limited to 'gnuradio-runtime/lib/top_block_impl.h')
-rw-r--r-- | gnuradio-runtime/lib/top_block_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/top_block_impl.h b/gnuradio-runtime/lib/top_block_impl.h index 9e0e661a02..67395e0c35 100644 --- a/gnuradio-runtime/lib/top_block_impl.h +++ b/gnuradio-runtime/lib/top_block_impl.h @@ -60,6 +60,9 @@ namespace gr { // Return a string list of edges std::string edge_list(); + // Return a string list of msg edges + std::string msg_edge_list(); + // Dump the flowgraph to stdout void dump(); |