LLVM: llvm::telemetry::Destination Class Reference (original) (raw)

This class presents a data sink to which the Telemetry framework sends data. More...

#include "[llvm/Telemetry/Telemetry.h](Telemetry%5F8h%5Fsource.html)"

Detailed Description

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 132 of file Telemetry.h.

Constructor & Destructor Documentation

virtual llvm::telemetry::Destination::~Destination ( ) virtualdefault

Member Function Documentation

name()

virtual StringLiteral llvm::telemetry::Destination::name ( ) const pure virtual

receiveEntry()


The documentation for this class was generated from the following file: