Open connglli opened 4 years ago
:warning: TO BE ADDED
Architecture
|Studio| <-- TransportService (grpc) --> |Daemon| <-- AgentService (grpc) --> |Agent|
Agent sends events to Daemon (for caching) via AgentService::SendEvent()
Studio gets events from Daemon (to use) by TransportService::GetEvent()
Overview
:warning: TO BE ADDED
/tools/adt/idea/:{profilers, profilers-*} - profiler
/tools/base/:profiler - common profiler
/tools/base/:transport - transport layer
Architecture
Agent sends events to Daemon (for caching) via AgentService::SendEvent()
Studio gets events from Daemon (to use) by TransportService::GetEvent()