An open or completed time section recorded by the profiler.
Declared in <llvm/Support/TimeProfiler.h>
struct TimeTraceProfilerEntry;
| Name | Description |
|---|---|
timeTraceAsyncProfilerBegin | Manually begin an asynchronous time section with the given name and detail. |
timeTraceProfilerBegin | Manually begin a time section with lazily computed metadata. |
timeTraceProfilerBegin | Manually begin a time section with the given name and detail. |
timeTraceProfilerBegin | Manually begin a time section with a lazily computed detail string. |
timeTraceProfilerEnd | Manually end the time section identified by E. |