Home
last modified time | relevance | path

Searched defs:elapsed (Results 1 - 25 of 44) sorted by relevance

12

/third_party/rust/crates/bindgen/bindgen/
H A Dtime.rs31 pub fn elapsed(&self) -> Duration { in elapsed() functions
/third_party/skia/samplecode/
H A DSampleTiming.cpp47 auto elapsed = std::chrono::steady_clock::now() - start; variable
81 auto elapsed = std::chrono::steady_clock::now() - start; variable
/third_party/benchmark/test/
H A Dinternal_threading_test.cc22 const auto elapsed = now - start; in MyBusySpinwait() local
H A Dbenchmark_test.cc201 auto elapsed = in BM_ManualTiming() local
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp123 double elapsed = utimer_getElapsedSeconds(&start_time); in main() local
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
H A Dclock_settime01.c57 long long elapsed; in verify_clock_settime() local
/third_party/ltp/lib/
H A Dtst_wallclock.c46 static struct timespec mono_end, elapsed, adjust; in tst_wallclock_restore() local
94 static struct timespec mono_end, elapsed; in tst_rtc_clock_restore() local
/third_party/node/deps/v8/src/base/platform/
H A Delapsed-timer.h65 TimeDelta elapsed = now - start_ticks_; in Restart() local
75 TimeDelta elapsed = Elapsed(now); in Pause() local
89 TimeDelta elapsed = paused_elapsed(); in Resume() local
104 TimeDelta elapsed = now - start_ticks(); Elapsed() local
[all...]
H A Dtime.cc312 TimeDelta elapsed = ticks - initial_ticks_; in Now() local
/third_party/pulseaudio/src/daemon/
H A Dcpulimit.c118 pa_usec_t now, elapsed; in signal_handler() local
/third_party/skia/tools/viewer/
H A DMSKPSlide.cpp161 double elapsed = nanos - fLastFrameTime; in animate() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dnotification_test.cc78 const absl::Duration elapsed = absl::Now() - start; in BasicTests() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc159 const absl::Duration elapsed = absl::Now() - start; in TEST_F() local
/third_party/node/deps/v8/src/logging/
H A Dcounters-scopes.h143 base::TimeDelta elapsed = timer_.Elapsed(now); in StopInternal() local
/third_party/skia/tests/
H A Dskia_test.cpp121 SkMSec elapsed = timer.elapsedMsInt(); in operator ()() local
66 endTest(const char* testName, bool success, SkMSec elapsed, int testCount) endTest() argument
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.h45 timeval elapsed = GetElapsed(); in GetElapsedSeconds() local
52 timeval elapsed = GetElapsed(); in HasRunFor() local
60 timeval now, elapsed; in GetElapsed() local
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c455 double elapsed; in start_threads() local
/third_party/ffmpeg/libavformat/
H A Dfifo.c626 int64_t elapsed = 0; in fifo_write_trailer() local
/third_party/curl/lib/
H A Dasyn-thread.c820 timediff_t elapsed = Curl_timediff(Curl_now(), in Curl_resolver_is_resolved() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_performance.cpp1607 unsigned elapsed = 0; in calculate_performance() local
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c234 int elapsed; in read_test() local
431 int elapsed; in try_push_work() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc636 double elapsed = m_inspector->client()->currentTimeMS() - it->second; in timeEnd() local
H A Dv8-console.cc430 double elapsed; in timeEndFunction() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc568 const uint64_t elapsed = t1 - t0; in NumSkip() local
/third_party/skia/bench/
H A Dnanobench.cpp294 double elapsed = now_ms() - start; in time() local
412 double elapsed = 0; in setup_gpu_bench() local

Completed in 19 milliseconds

12