Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp48 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() function
78 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()
79 Entries.back().getFlameGraphStartUs(StartTime) + in end()
116 auto StartUs = E.getFlameGraphStartUs(StartTime); in Write()
/external/llvm-project/llvm/lib/Support/
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()