fireeye / pywintrace

ETW Python Library
Apache License 2.0
267 stars 59 forks source link

Feature/callback wait time #16

Closed abergl closed 6 years ago

abergl commented 6 years ago

Adding optional callback wait time. This is intended to reduce CPU spikes when performing large volume captures.

SuprHackerSteve commented 6 years ago

Will this drop or queue pending events?

abergl commented 6 years ago

Yes. This will drop/queue events.

SuprHackerSteve commented 6 years ago

I would recommend adding this to documentation on the callback argument. I didn't see anything, maybe I just missed it.

abergl commented 6 years ago

Done.