Observer interface that samples EventBase loop activity.
Synopsis
Declared in <folly/io/async/EventBase.h>
class EventBaseObserver;
Member Functions
Name |
Description |
|
Destroys the observer. |
|
Returns how often the loop should be sampled. |
|
Reports the busy and idle time of a sampled loop iteration. |
Created with MrDocs