LLVM 20.0.0git
|
This class presents a data sink to which the Telemetry framework sends data. More...
#include "llvm/Telemetry/Telemetry.h"
Public Member Functions | |
virtual | ~Destination ()=default |
virtual Error | receiveEntry (const TelemetryInfo *Entry)=0 |
virtual StringLiteral | name () const =0 |
This class presents a data sink to which the Telemetry framework sends data.
Its implementation is transparent to the framework. It is up to the vendor to decide which pieces of data to forward and where to forward them.
Definition at line 126 of file Telemetry.h.
|
virtualdefault |
|
pure virtual |
|
pure virtual |