llvm::TimeTraceProfilerEntry

Synopsis

Declared in <llvm/Support/TimeProfiler.h>

struct TimeTraceProfilerEntry;

Non-Member Functions

NameDescription
timeTraceAsyncProfilerBeginManually begin a time section, with the given Name and Detail. This starts Async Events having Name as a category which is shown separately from other traces. See https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview#heading=h.jh64i9l3vwa1 for more details.
timeTraceProfilerBeginManually begin a time section, with the given Name and Detail. Profiler copies the string data, so the pointers can be given into temporaries. Time sections can be hierarchical; every Begin must have a matching End pair but they can nest.