MLIR  19.0.0git
Public Attributes | List of all members
mlir::detail::DefaultTimingManagerImpl Class Reference

Implementation details of the DefaultTimingManager. More...

Public Attributes

bool enabled = false
 Whether we should do our work or not. More...
 
DisplayMode displayMode = DisplayMode::Tree
 The configured display mode. More...
 
std::unique_ptr< TimerImpl > rootTimer
 The root timer. More...
 

Detailed Description

Implementation details of the DefaultTimingManager.

Definition at line 486 of file Timing.cpp.

Member Data Documentation

◆ displayMode

DisplayMode mlir::detail::DefaultTimingManagerImpl::displayMode = DisplayMode::Tree

The configured display mode.

Definition at line 492 of file Timing.cpp.

◆ enabled

bool mlir::detail::DefaultTimingManagerImpl::enabled = false

Whether we should do our work or not.

Definition at line 489 of file Timing.cpp.

◆ rootTimer

std::unique_ptr<TimerImpl> mlir::detail::DefaultTimingManagerImpl::rootTimer

The root timer.

Definition at line 495 of file Timing.cpp.


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