MLIR  19.0.0git
Classes | Public Member Functions | List of all members
mlir::tracing::InstallDebugHandler Class Reference

This is a RAII class that installs the debug handlers on the context based on the provided configuration. More...

#include "mlir/Debug/CLOptionsSetup.h"

Classes

class  Impl
 

Public Member Functions

 InstallDebugHandler (MLIRContext &context, const DebugConfig &config)
 
 ~InstallDebugHandler ()
 

Detailed Description

This is a RAII class that installs the debug handlers on the context based on the provided configuration.

Definition at line 86 of file CLOptionsSetup.h.

Constructor & Destructor Documentation

◆ InstallDebugHandler()

InstallDebugHandler::InstallDebugHandler ( MLIRContext context,
const DebugConfig config 
)

Definition at line 144 of file CLOptionsSetup.cpp.

◆ ~InstallDebugHandler()

InstallDebugHandler::~InstallDebugHandler ( )
default

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