class FlushArgs

Defined at line 172 of file ../../third_party/perfetto/include/perfetto/tracing/data_source.h

Public Members

uint32_t internal_instance_index
FlushFlags flush_flags

Public Methods

void ~FlushArgs ()
std::function<void ()> HandleFlushAsynchronously ()

HandleFlushAsynchronously() can be called to postpone acknowledging the

flush request. This function returns a closure that must be invoked after

the flush request has been processed. The returned closure can be called

from any thread.