Home
last modified time | relevance | path

Searched refs:StartTime (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp48 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
50 time_point_cast<microseconds>(StartTime)) in getFlameGraphStartUs()
63 : StartTime(steady_clock::now()), ProcName(ProcName), in TimeTraceProfiler()
78 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()
79 Entries.back().getFlameGraphStartUs(StartTime) + in end()
116 auto StartUs = E.getFlameGraphStartUs(StartTime); in Write()
184 const TimePointType StartTime; member
DTimer.cpp142 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
149 Time -= StartTime; in stopTimer()
155 Time = StartTime = TimeRecord(); in clear()
/external/llvm-project/clang-tools-extra/clangd/support/
DTrace.cpp92 : StartTime(Tracer->timestamp()), EndTime(0), Name(Name), in JSONSpan()
108 OriginTime = (*Parent)->StartTime; in JSONSpan()
116 (*Parent)->TID, (*Parent)->StartTime); in JSONSpan()
132 {"dur", EndTime - StartTime}}, in ~JSONSpan()
133 TID, StartTime); in ~JSONSpan()
147 double StartTime; member in clang::clangd::trace::__anon9b8c956d0111::JSONTracer::JSONSpan
294 [StartTime = Clock::now(), Name = Name.str(), &LatencyMetric] { in makeSpanContext()
297 StartTime) in makeSpanContext()
/external/llvm-project/clang-tools-extra/clangd/index/remote/server/
DServer.cpp102 auto StartTime = stopwatch::now(); in Lookup() local
133 logRequestSummary("v1/Lookup", Sent, StartTime); in Lookup()
140 auto StartTime = stopwatch::now(); in FuzzyFind() local
172 logRequestSummary("v1/FuzzyFind", Sent, StartTime); in FuzzyFind()
178 auto StartTime = stopwatch::now(); in Refs() local
209 logRequestSummary("v1/Refs", Sent, StartTime); in Refs()
216 auto StartTime = stopwatch::now(); in Relations() local
249 logRequestSummary("v1/Relations", Sent, StartTime); in Relations()
269 stopwatch::time_point StartTime) { in logRequestSummary() argument
270 auto Duration = stopwatch::now() - StartTime; in logRequestSummary()
/external/llvm-project/llvm/lib/Support/
DTimeProfiler.cpp62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
64 time_point_cast<microseconds>(StartTime)) in getFlameGraphStartUs()
78 : BeginningOfTime(system_clock::now()), StartTime(steady_clock::now()), in TimeTraceProfiler()
96 (E.getFlameGraphStartUs(StartTime) + E.getFlameGraphDurUs() >= in end()
97 Entries.back().getFlameGraphStartUs(StartTime) + in end()
142 auto StartUs = E.getFlameGraphStartUs(StartTime); in write()
253 const TimePointType StartTime; member
DLockFileManager.cpp310 auto StartTime = std::chrono::steady_clock::now(); in waitForUnlock() local
340 std::chrono::steady_clock::now() - StartTime) in waitForUnlock()
DTimer.cpp147 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
154 Time -= StartTime; in stopTimer()
160 Time = StartTime = TimeRecord(); in clear()
/external/webrtc/system_wrappers/source/
Dclock.cc130 FILETIME StartTime; in CurrentTimeVal() local
136 GetTime(&StartTime); in CurrentTimeVal()
138 Time = (((uint64_t)StartTime.dwHighDateTime) << 32) + in CurrentTimeVal()
139 (uint64_t)StartTime.dwLowDateTime; in CurrentTimeVal()
/external/llvm-project/clang/test/CodeGenCXX/
Dpr9130.cpp4 virtual int StartTime() { in StartTime() function in nsOggCodecState
/external/clang/test/CodeGenCXX/
Dpr9130.cpp4 virtual int StartTime() { in StartTime() function in nsOggCodecState
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigProviderTests.cpp169 auto StartTime = std::chrono::steady_clock::now(); in TEST() local
171 StaleOK.FreshTime = StartTime; in TEST()
173 MustBeFresh.FreshTime = StartTime + std::chrono::hours(1); in TEST()
/external/llvm/lib/Support/
DTimer.cpp141 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
148 Time -= StartTime; in stopTimer()
153 Time = StartTime = TimeRecord(); in clear()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTimer.cpp143 StartTime = TimeRecord::getCurrentTime(true); in startTimer()
150 Time -= StartTime; in stopTimer()
155 Time = StartTime = TimeRecord(); in clear()
/external/llvm-project/libc/benchmarks/
DLibcBenchmark.h215 const auto StartTime = Clock.now();
221 const Duration Elapsed = EndTime - StartTime;
/external/libcups/backend/
Dsnmp.c161 static struct timeval StartTime; variable
1135 return (curtime.tv_sec - StartTime.tv_sec + in run_time()
1136 0.000001 * (curtime.tv_usec - StartTime.tv_usec)); in run_time()
1161 gettimeofday(&StartTime, NULL); in scan_devices()
/external/llvm/include/llvm/Support/
DTimer.h80 TimeRecord StartTime; // The time startTimer() was last called variable
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp376 auto StartTime = system_clock::now(); in FuzzerDriver() local
381 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c774 struct timeval StartTime; member
795 (void) gettimeofday(&xq->StartTime, NULL); in xmesa_begin_query()
822 q->Result = time_diff(&xq->StartTime, &endTime); in xmesa_end_query()
/external/llvm-project/llvm/include/llvm/Support/
DTimer.h78 TimeRecord StartTime; ///< The time startTimer() was last called. variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h78 TimeRecord StartTime; ///< The time startTimer() was last called. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h78 TimeRecord StartTime; ///< The time startTimer() was last called. variable
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp658 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl() local
760 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime()); in clang_codeCompleteAt_Impl()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp701 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl() local
814 os << "\"wall\": " << (EndTime.getWallTime() - StartTime.getWallTime()); in clang_codeCompleteAt_Impl()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDriver.cpp853 auto StartTime = system_clock::now(); in FuzzerDriver() local
858 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDriver.cpp853 auto StartTime = system_clock::now(); in FuzzerDriver() local
858 auto MS = duration_cast<milliseconds>(StopTime - StartTime).count(); in FuzzerDriver()

12