Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
142 auto StartUs = E.getFlameGraphStartUs(StartTime); in write()