/third_party/node/deps/v8/src/base/platform/ |
D | elapsed-timer.h | 65 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(); in Elapsed() local
|
/third_party/ltp/lib/ |
D | tst_wallclock.c | 46 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/rust/crates/bindgen/bindgen/ |
D | time.rs | 31 pub fn elapsed(&self) -> Duration { in elapsed() method 37 let elapsed = self.elapsed(); in print_elapsed() localVariable
|
/third_party/vixl/benchmarks/aarch64/ |
D | bench-utils.h | 45 timeval elapsed = GetElapsed(); in GetElapsedSeconds() local 52 timeval elapsed = GetElapsed(); in HasRunFor() local 60 timeval now, elapsed; in GetElapsed() local
|
/third_party/skia/samplecode/ |
D | SampleTiming.cpp | 47 auto elapsed = std::chrono::steady_clock::now() - start; in onDrawContent() local 81 auto elapsed = std::chrono::steady_clock::now() - start; in onDrawContent() local
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/ |
D | timers.js | 18 const elapsed = Number(process.hrtime.bigint() - timers.get(name)) constant
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
D | SimpleAudioOutput.java | 181 long elapsed = now - previousBeginTime; in endCpuLoadInterval() local 191 long elapsed = now - previousBeginTime; in beginCpuLoadInterval() local
|
/third_party/node/deps/v8/src/logging/ |
D | counters-scopes.h | 143 base::TimeDelta elapsed = timer_.Elapsed(now); in StopInternal() local 174 void RecordLongTaskTime(base::TimeDelta elapsed) const { in RecordLongTaskTime()
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime01.c | 57 long long elapsed; in verify_clock_settime() local
|
/third_party/skia/tests/ |
D | skia_test.cpp | 68 SkMSec elapsed, in endTest() 121 SkMSec elapsed = timer.elapsedMsInt(); in operator ()() local
|
/third_party/benchmark/test/ |
D | internal_threading_test.cc | 22 const auto elapsed = now - start; in MyBusySpinwait() local
|
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 123 double elapsed = utimer_getElapsedSeconds(&start_time); in main() local
|
/third_party/skia/tools/viewer/ |
D | MSKPSlide.cpp | 161 double elapsed = nanos - fLastFrameTime; in animate() local
|
/third_party/gstreamer/gstreamer/tests/benchmarks/ |
D | controller.c | 89 GstClockTimeDiff elapsed; in main() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 80 duration elapsed; member 104 duration elapsed, in validateResults() 240 qpTestResult checkElapsedTime(VkResult, const vector<UniquePipeline>&, duration elapsed, string& re… in checkElapsedTime() 868 const auto elapsed = high_resolution_clock::now() - timeStart; in timePipelineCreation() local 1049 const auto elapsed = high_resolution_clock::now() - timeStart; in timePipelineCreation() local
|
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 676 const elapsed = timestamp() - start; constant 684 const elapsed = timestamp() - start; constant 703 const elapsed = timestamp() - start; constant
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gststats.c | 96 GstClockTime elapsed) in log_new_element_stats() 248 GstPadStats * that_pad_stats, GstBuffer * buf, GstClockTime elapsed) in do_buffer_stats() 268 GstPadStats * that_pad_stats, GstQuery * qry, GstClockTime elapsed, in do_query_stats() 286 GstClockTimeDiff elapsed = GST_CLOCK_DIFF (elapsed1, elapsed2); in do_element_stats() local
|
/third_party/gstreamer/gstplugins_base/tests/examples/audio/ |
D | volume.c | 33 static GtkWidget *elapsed; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 78 const absl::Duration elapsed = absl::Now() - start; in BasicTests() local
|
/third_party/rust/crates/once_cell/xtask/src/ |
D | main.rs | 104 let elapsed = start.elapsed(); in section() localVariable
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | benchmark-video-conversion.c | 76 gdouble elapsed, convert_sec; in do_benchmark_conversions() local
|
/third_party/pulseaudio/src/daemon/ |
D | cpulimit.c | 118 pa_usec_t now, elapsed; in signal_handler() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | tjbench.c | 151 double elapsed, elapsedDecode; in decomp() local 326 double start, elapsed, elapsedEncode; in fullTest() local 537 double start, elapsed; in decompTest() local
|
/third_party/rust/crates/syn/benches/ |
D | rust.rs | 162 let elapsed = exec(f); in main() localVariable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 159 const absl::Duration elapsed = absl::Now() - start; in TEST_F() local
|