diff options
author | Josh Blum | 2013-02-13 01:18:31 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-17 20:53:28 -0600 |
commit | 67e0e06f155f4a2eeecafabd4c63b840b41b0709 (patch) | |
tree | 126978cbb26297286153c492ff2f5e9d6c5fe8f8 /include | |
parent | 9191fbce9f4d161e4f871231469ef009c86f177f (diff) | |
download | sandhi-67e0e06f155f4a2eeecafabd4c63b840b41b0709.tar.gz sandhi-67e0e06f155f4a2eeecafabd4c63b840b41b0709.tar.bz2 sandhi-67e0e06f155f4a2eeecafabd4c63b840b41b0709.zip |
gras: work on stats messages and xml formatting
Diffstat (limited to 'include')
-rw-r--r-- | include/gras/top_block.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 2f0dc87..a96cfe8 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -77,6 +77,12 @@ struct GRAS_API TopBlock : HierBlock */ virtual bool wait(const double timeout); + /*! + * Get block usage statistics in XML format. + * An external app will visualize the data. + */ + std::string get_stats_xml(void); + //! Deprecated void start(const size_t max_items); |