LLVM 20.0.0git
|
#include "llvm/Support/TimeProfiler.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Threading.h"
#include <algorithm>
#include <cassert>
#include <chrono>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | llvm::TimeTraceProfilerEntry |
Represents an open or completed time section entry to be captured. More... | |
struct | llvm::TimeTraceProfiler |
Variables | |
static LLVM_THREAD_LOCAL TimeTraceProfiler * | TimeTraceProfilerInstance = nullptr |
|
static |
Definition at line 54 of file TimeProfiler.cpp.
Referenced by llvm::getTimeTraceProfilerInstance(), llvm::timeTraceAsyncProfilerBegin(), llvm::timeTraceProfilerBegin(), llvm::timeTraceProfilerCleanup(), llvm::timeTraceProfilerEnd(), llvm::timeTraceProfilerFinishThread(), llvm::timeTraceProfilerInitialize(), and llvm::timeTraceProfilerWrite().