LLVM 22.0.0git
TimeProfiler.cpp File Reference
#include "llvm/Support/TimeProfiler.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/SmallVector.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  InProgressEntry
struct  llvm::TimeTraceProfiler

Variables

static LLVM_THREAD_LOCAL TimeTraceProfilerTimeTraceProfilerInstance = nullptr

Variable Documentation

◆ TimeTraceProfilerInstance