Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/tracing/tracing-subscriber/benches/
Dfmt.rs47 let elapsed = bench in bench_new_span() localVariable
114 let elapsed = bench in bench_event() localVariable
165 let elapsed = bench in bench_event() localVariable
249 let elapsed = bench.run(); in bench_event() localVariable
320 let elapsed = bench.run(); in bench_event() localVariable
Dfilter.rs134 let elapsed = bench in bench_static() localVariable
162 let elapsed = bench in bench_static() localVariable
222 let elapsed = bench in bench_dynamic() localVariable
254 let elapsed = bench in bench_dynamic() localVariable
Dfilter_log.rs136 let elapsed = bench in bench_static() localVariable
164 let elapsed = bench in bench_static() localVariable
226 let elapsed = bench in bench_dynamic() localVariable
258 let elapsed = bench in bench_dynamic() localVariable
/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/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/flutter/skia/third_party/externals/sdl/src/timer/unix/
DSDL_systimer.c192 struct timespec elapsed, tv; in SDL_Delay() local
195 Uint32 then, now, elapsed; in SDL_Delay() local
/third_party/flutter/engine/flutter/fml/synchronization/
Dwaitable_event.cc45 TimeDelta elapsed = now - start; in WaitWithTimeoutImpl() local
99 TimeDelta elapsed = now - start; in WaitWithTimeout() local
/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/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c57 long long elapsed; in verify_clock_settime() local
/third_party/flutter/skia/tests/
Dskia_test.cpp68 SkMSec elapsed, in endTest()
121 SkMSec elapsed = timer.elapsedMsInt(); in operator ()() 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/typescript/src/compiler/
DwatchUtilities.ts571 const elapsed = timestamp() - start; constant
579 const elapsed = timestamp() - start; constant
598 const elapsed = timestamp() - start; constant
/third_party/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif/src/
Dmain.rs64 let elapsed = start.elapsed(); in main() localVariable
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcontroller.c89 GstClockTimeDiff elapsed; in main() local
/third_party/skia/tools/viewer/
DMSKPSlide.cpp161 double elapsed = nanos - fLastFrameTime; in animate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp78 duration elapsed; member
102 duration elapsed, in validateResults()
238 qpTestResult checkElapsedTime(VkResult, const vector<UniquePipeline>&, duration elapsed, string& re… in checkElapsedTime()
866 const auto elapsed = high_resolution_clock::now() - timeStart; in timePipelineCreation() local
1047 const auto elapsed = high_resolution_clock::now() - timeStart; in timePipelineCreation() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp78 duration elapsed; member
102 duration elapsed, in validateResults()
238 qpTestResult checkElapsedTime(VkResult, const vector<UniquePipeline>&, duration elapsed, string& re… in checkElapsedTime()
866 const auto elapsed = high_resolution_clock::now() - timeStart; in timePipelineCreation() local
1047 const auto elapsed = high_resolution_clock::now() - timeStart; in timePipelineCreation() local
/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/flutter/skia/third_party/externals/wuffs/script/bench-rust-gif-dot-rs/src/
Dmain.rs76 let elapsed = start.elapsed(); in main() localVariable
/third_party/flutter/skia/tools/
DSkVMTool.cpp64 std::chrono::duration<double> elapsed; in measure() local
/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/gstreamer/gstplugins_base/tests/examples/audio/
Dvolume.c33 static GtkWidget *elapsed; variable

1234