MLIR
18.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... | |
raw_ostream * | output = &llvm::errs() |
The stream where we should print our output. This will always be non-null. More... | |
std::unique_ptr< TimerImpl > | rootTimer |
The root timer. More... | |
Implementation details of the DefaultTimingManager
.
Definition at line 430 of file Timing.cpp.
DisplayMode mlir::detail::DefaultTimingManagerImpl::displayMode = DisplayMode::Tree |
The configured display mode.
Definition at line 436 of file Timing.cpp.
bool mlir::detail::DefaultTimingManagerImpl::enabled = false |
Whether we should do our work or not.
Definition at line 433 of file Timing.cpp.
raw_ostream* mlir::detail::DefaultTimingManagerImpl::output = &llvm::errs() |
The stream where we should print our output. This will always be non-null.
Definition at line 439 of file Timing.cpp.
std::unique_ptr<TimerImpl> mlir::detail::DefaultTimingManagerImpl::rootTimer |
The root timer.
Definition at line 442 of file Timing.cpp.