#include "mlir/Support/Timing.h"
#include "mlir/Support/ThreadLocalCache.h"
#include "llvm/ADT/MapVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/RWMutex.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/raw_ostream.h"
#include <atomic>
#include <chrono>
#include <optional>
Go to the source code of this file.
◆ DisplayMode
◆ OutputFormat
◆ kTimingDescription
constexpr llvm::StringLiteral kTimingDescription |
|
constexpr |
Initial value:=
"... Execution time report ..."
Definition at line 37 of file Timing.cpp.
◆ options
llvm::ManagedStatic<DefaultTimingManagerOptions> options |
|
static |