ΒΆvoid timeTraceProfilerBegin(
    llvm::StringRef Name,
    llvm::StringRef Detail)

Description

Manually begin a time section, with the given \p Name and \p 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.

Declared at: llvm/include/llvm/Support/TimeProfiler.h:42

Parameters

llvm::StringRef Name
llvm::StringRef Detail