class documentation
A diagnostic task that monitors the frequency of an event.
This diagnostic task monitors the frequency of calls to its tick method, and creates corresponding diagnostics. It will report a warning if the frequency is outside acceptable bounds, and report an error if there have been no events in the latest window.
Method | __init__ |
Constructs a FrequencyStatus class with the given parameters. |
Method | clear |
Resets the statistics. |
Method | run |
Fills out this Task's DiagnosticStatusWrapper. @param stat: the DiagnosticStatusWrapper to fill @return the filled DiagnosticStatusWrapper |
Method | tick |
Signals that an event has occurred. |
Instance Variable | count |
Undocumented |
Instance Variable | hist |
Undocumented |
Instance Variable | lock |
Undocumented |
Instance Variable | params |
Undocumented |
Instance Variable | seq |
Undocumented |
Instance Variable | times |
Undocumented |
Inherited from DiagnosticTask
:
Method | get |
Returns the name of the DiagnosticTask. |
Instance Variable | name |
Undocumented |