class RelayEndpoint

Defined at line 323 of file ../../third_party/perfetto/include/perfetto/ext/tracing/core/tracing_service.h

The API for the Relay port of the Service. Subclassed by the

tracing_service_impl.cc business logic when returning it in response to the

ConnectRelayClient() method.

Public Methods

void ~RelayEndpoint ()
void CacheSystemInfo (std::vector<uint8_t> serialized_system_info)
void SyncClocks (SyncMode sync_mode, base::ClockSnapshotVector client_clocks, base::ClockSnapshotVector host_clocks)
void Disconnect ()

Enumerations

enum SyncMode
Name Value
PING 1
UPDATE 2

Defined at line 333 of file ../../third_party/perfetto/include/perfetto/ext/tracing/core/tracing_service.h

Records