llvm::TimeTraceProfilerEntry

An open or completed time section recorded by the profiler.

Synopsis

Declared in <llvm/Support/TimeProfiler.h>

struct TimeTraceProfilerEntry;

Non-Member Functions

NameDescription
timeTraceAsyncProfilerBeginManually begin an asynchronous time section with the given name and detail.
timeTraceProfilerBeginManually begin a time section with lazily computed metadata.
timeTraceProfilerBeginManually begin a time section with the given name and detail.
timeTraceProfilerBeginManually begin a time section with a lazily computed detail string.
timeTraceProfilerEndManually end the time section identified by E.