Home
last modified time | relevance | path

Searched defs:elapsed (Results 1 – 25 of 67) sorted by relevance

123

/third_party/node/deps/v8/src/base/platform/
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(); in Elapsed() local
/third_party/ltp/lib/
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/rust/crates/bindgen/bindgen/
Dtime.rs31 pub fn elapsed(&self) -> Duration { in elapsed() method
37 let elapsed = self.elapsed(); in print_elapsed() localVariable
/third_party/vixl/benchmarks/aarch64/
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/skia/samplecode/
DSampleTiming.cpp47 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/
Dtimers.js18 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/
DSimpleAudioOutput.java181 long elapsed = now - previousBeginTime; in endCpuLoadInterval() local
191 long elapsed = now - previousBeginTime; in beginCpuLoadInterval() local
/third_party/node/deps/v8/src/logging/
Dcounters-scopes.h143 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/
Dclock_settime01.c57 long long elapsed; in verify_clock_settime() local
/third_party/skia/tests/
Dskia_test.cpp68 SkMSec elapsed, in endTest()
121 SkMSec elapsed = timer.elapsedMsInt(); in operator ()() local
/third_party/benchmark/test/
Dinternal_threading_test.cc22 const auto elapsed = now - start; in MyBusySpinwait() local
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/
Ducnvavailperf.cpp123 double elapsed = utimer_getElapsedSeconds(&start_time); in main() local
/third_party/skia/tools/viewer/
DMSKPSlide.cpp161 double elapsed = nanos - fLastFrameTime; in animate() local
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcontroller.c89 GstClockTimeDiff elapsed; in main() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp80 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/
DwatchUtilities.ts676 const elapsed = timestamp() - start; constant
684 const elapsed = timestamp() - start; constant
703 const elapsed = timestamp() - start; constant
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.c96 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/
Dvolume.c33 static GtkWidget *elapsed; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dnotification_test.cc78 const absl::Duration elapsed = absl::Now() - start; in BasicTests() local
/third_party/rust/crates/once_cell/xtask/src/
Dmain.rs104 let elapsed = start.elapsed(); in section() localVariable
/third_party/gstreamer/gstplugins_base/tests/icles/
Dbenchmark-video-conversion.c76 gdouble elapsed, convert_sec; in do_benchmark_conversions() local
/third_party/pulseaudio/src/daemon/
Dcpulimit.c118 pa_usec_t now, elapsed; in signal_handler() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c151 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/
Drust.rs162 let elapsed = exec(f); in main() localVariable
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem_test.cc159 const absl::Duration elapsed = absl::Now() - start; in TEST_F() local

123