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/flat_flowgraph.h | |
parent | cc073d26de6ad088f5580582b5d28d064336c530 (diff) |
runtime: export list of msg connections when performance counters are enabled
Diffstat (limited to 'gnuradio-runtime/lib/flat_flowgraph.h')
-rw-r--r-- | gnuradio-runtime/lib/flat_flowgraph.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/flat_flowgraph.h b/gnuradio-runtime/lib/flat_flowgraph.h index fe43969b6f..f740299fa7 100644 --- a/gnuradio-runtime/lib/flat_flowgraph.h +++ b/gnuradio-runtime/lib/flat_flowgraph.h @@ -55,6 +55,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(); + void dump(); /*! |