Sets the enabled state of buffer to |enabled|
| 80 | |
| 81 | // Sets the enabled state of buffer to |enabled| |
| 82 | void SetEnabled(bool enabled) { enabled_ = enabled; } |
| 83 | |
| 84 | // Sets the end timestamp for event for the handle to current time. |
| 85 | // If the buffer is disabled or previous event has been overwritten this |
no outgoing calls