diff options
author | Josh Blum | 2013-05-05 18:18:18 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-05 18:18:18 -0700 |
commit | 29221dcb911b127770074d47583a85542b8b2936 (patch) | |
tree | 74eb4c786e3b48f964b1733059f5fe3a56656615 /lib/gras_impl | |
parent | 07dad29e258c229e810a449ac0d6ba4d9fc7e1d6 (diff) | |
download | sandhi-29221dcb911b127770074d47583a85542b8b2936.tar.gz sandhi-29221dcb911b127770074d47583a85542b8b2936.tar.bz2 sandhi-29221dcb911b127770074d47583a85542b8b2936.zip |
query: added actor depth stat
Diffstat (limited to 'lib/gras_impl')
-rw-r--r-- | lib/gras_impl/stats.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gras_impl/stats.hpp b/lib/gras_impl/stats.hpp index d9e2341..a1b165a 100644 --- a/lib/gras_impl/stats.hpp +++ b/lib/gras_impl/stats.hpp @@ -42,6 +42,7 @@ struct BlockStats std::vector<time_ticks_t> outputs_idle; //instantaneous port status + size_t actor_queue_depth; std::vector<size_t> items_enqueued; std::vector<size_t> msgs_enqueued; std::vector<size_t> tags_enqueued; |