#include "lldb/Utility/Timer.h"
#include "lldb/Utility/Stream.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Signposts.h"
#include <algorithm>
#include <map>
#include <mutex>
#include <utility>
#include <vector>
#include <cassert>
#include <cinttypes>
#include <cstdarg>
#include <cstdio>
Go to the source code of this file.
|
static llvm::ManagedStatic< llvm::SignpostEmitter > | Signposts |
| Allows llvm::Timer to emit signposts when supported.
|
|
◆ TIMER_INDENT_AMOUNT
#define TIMER_INDENT_AMOUNT 2 |
◆ CategoryMapIteratorSortCriterion()
static bool CategoryMapIteratorSortCriterion |
( |
const Stats & |
lhs, |
|
|
const Stats & |
rhs |
|
) |
| |
|
static |
◆ GetFileMutex()
static std::mutex & GetFileMutex |
( |
| ) |
|
|
static |
◆ GetTimerStackForCurrentThread()
static TimerStack & GetTimerStackForCurrentThread |
( |
| ) |
|
|
static |
◆ Signposts
llvm::ManagedStatic<llvm::SignpostEmitter> Signposts |
|
static |