MLIR
20.0.0git
|
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... | |
Implementation details of the DefaultTimingManager
.
Definition at line 486 of file Timing.cpp.
DisplayMode mlir::detail::DefaultTimingManagerImpl::displayMode = DisplayMode::Tree |
The configured display mode.
Definition at line 492 of file Timing.cpp.
bool mlir::detail::DefaultTimingManagerImpl::enabled = false |
Whether we should do our work or not.
Definition at line 489 of file Timing.cpp.
std::unique_ptr<TimerImpl> mlir::detail::DefaultTimingManagerImpl::rootTimer |
The root timer.
Definition at line 495 of file Timing.cpp.