| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void Flush(std::function<void()> callback);Can you add a few docs as to how it's expected to be used?
it's a little confusing if Flush() both isn't commonly called and expectations aren't specified as to why it might be necessary
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This CL ensures EtwConsumer flushes data when a tracing session ends.maybe specify that Perfetto takes a `std::function`, and that's why we need the presubmit change
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This CL ensures EtwConsumer flushes data when a tracing session ends.maybe specify that Perfetto takes a `std::function`, and that's why we need the presubmit change
Done
Can you add a few docs as to how it's expected to be used?
it's a little confusing if Flush() both isn't commonly called and expectations aren't specified as to why it might be necessary
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[tracing] Add synchronization on EtwSystemDataSource tear down
This CL ensures EtwConsumer flushes data when a tracing session ends.
Perfetto API forces us to use std::function, which requires a change in
PRESUBMIT.py
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |