LLVM 19.0.0git
Classes | Variables
TimeProfiler.cpp File Reference
#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 TimeTraceProfilerTimeTraceProfilerInstance = nullptr
 

Variable Documentation

◆ TimeTraceProfilerInstance

LLVM_THREAD_LOCAL TimeTraceProfiler* TimeTraceProfilerInstance = nullptr
static