LLVM 20.0.0git
|
Configuration for the Manager class. More...
#include "llvm/Telemetry/Telemetry.h"
Public Member Functions | |
virtual | ~Config ()=default |
Config (bool E) | |
virtual std::optional< std::string > | makeSessionId () |
Public Attributes | |
const bool | EnableTelemetry |
Configuration for the Manager class.
This stores configurations from both users and vendors and is passed to the Manager upon construction. (Any changes to the config after the Manager's construction will not have any effect on it).
This struct can be extended as needed to add additional configuration points specific to a vendor's implementation.
Definition at line 66 of file Telemetry.h.
|
virtualdefault |
|
inline |
Definition at line 71 of file Telemetry.h.
|
inlinevirtual |
Definition at line 73 of file Telemetry.h.
Definition at line 70 of file Telemetry.h.