Stop stops the event tracing session.
()
| 371 | |
| 372 | // Stop stops the event tracing session. |
| 373 | func (t *Trace) Stop() error { |
| 374 | return etw.StopTrace(t.Name, t.GUID) |
| 375 | } |
| 376 | |
| 377 | // Flush causes an event tracing session to immediately deliver |
| 378 | // buffered events for the specified session. By default, an event |