-
Notifications
You must be signed in to change notification settings - Fork 793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[10793] Collection of data and notification to listeners SUBSCRIPTION_THROUGHPUT #1964
[10793] Collection of data and notification to listeners SUBSCRIPTION_THROUGHPUT #1964
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Only a suggestion to improve the documentation
@@ -244,6 +247,13 @@ class StatisticsReaderImpl | |||
*/ | |||
void on_nackfrag( | |||
int32_t count); | |||
|
|||
/** | |||
* @brief Reports throughtput based on last added sample to history |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @brief Reports throughtput based on last added sample to history | |
* @brief Reports subscription throughtput based on last added sample to reader's history |
@@ -131,6 +140,15 @@ class StatisticsReaderImpl | |||
{ | |||
} | |||
|
|||
/** | |||
* @brief Reports throughtput based on last added sample to history |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* @brief Reports throughtput based on last added sample to history | |
* @brief Reports subscription throughtput based on last added sample to reader's history |
70ff78c
to
eb974a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
eb974a5
to
7649a96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Merge after #1955