Home
last modified time | relevance | path

Searched refs:getFlameGraphStartUs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DTimeProfiler.cpp62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() function
96 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()
97 Entries.back().getFlameGraphStartUs(StartTime) + in end()
141 auto StartUs = E.getFlameGraphStartUs(StartTime); in write()