LLVM 20.0.0git
Public Member Functions | List of all members
llvm::telemetry::Destination Class Referenceabstract

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
 

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

Constructor & Destructor Documentation

◆ ~Destination()

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

Member Function Documentation

◆ name()

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

◆ receiveEntry()

virtual Error llvm::telemetry::Destination::receiveEntry ( const TelemetryInfo Entry)
pure virtual

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