| 
    MLIR 22.0.0git
    
   | 
 
Implementation details of the DefaultTimingManager. More...
Public Attributes | |
| bool | enabled = false | 
| Whether we should do our work or not.   | |
| DisplayMode | displayMode = DisplayMode::Tree | 
| The configured display mode.   | |
| std::unique_ptr< TimerImpl > | rootTimer | 
| The root timer.   | |
Implementation details of the DefaultTimingManager.
Definition at line 484 of file Timing.cpp.
| DisplayMode mlir::detail::DefaultTimingManagerImpl::displayMode = DisplayMode::Tree | 
The configured display mode.
Definition at line 490 of file Timing.cpp.
Whether we should do our work or not.
Definition at line 487 of file Timing.cpp.
| std::unique_ptr<TimerImpl> mlir::detail::DefaultTimingManagerImpl::rootTimer | 
The root timer.
Definition at line 493 of file Timing.cpp.