Skip to content

Commit

Permalink
Update src/app/reporting/ReportScheduler.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
lpbeliveau-silabs and bzbarsky-apple authored Jul 25, 2023
1 parent a0a5674 commit 821dce2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/reporting/ReportScheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ class ReportScheduler : public ReadHandler::Observer

virtual void ReportTimerCallback() = 0;

/// @brief Method that triggers a report emission on each ReadHandler that are above their min interval
/// It checks if all read handlers are above their min interval and if so forces them in a dirty state to trigger a
/// report emission
/// @brief Method that triggers a report emission on each ReadHandler that is not blocked on its min interval.
/// Each read handler that is not blocked is immediately marked dirty so that it will report as soon as possible.
void TriggerReportEmission()
{
Timestamp now = mTimerDelegate->GetCurrentMonotonicTimestamp();
Expand Down

0 comments on commit 821dce2

Please sign in to comment.