Home
last modified time | relevance | path

Searched defs:WallTime (Results 1 – 18 of 18) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DWallTime.java54 public class WallTime { class
74 public WallTime() { in WallTime() method in WallTime
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/benches/
Ddecoder.rs49 fn bench_noncompressed_png(g: &mut BenchmarkGroup<WallTime>, size: u32, idat_bytes: usize) { in bench_noncompressed_png()
55 fn bench_file(g: &mut BenchmarkGroup<WallTime>, data: Vec<u8>, name: String) { in bench_file()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/benches/
Ddecoder.rs49 fn bench_noncompressed_png(g: &mut BenchmarkGroup<WallTime>, size: u32, idat_bytes: usize) { in bench_noncompressed_png()
55 fn bench_file(g: &mut BenchmarkGroup<WallTime>, data: Vec<u8>, name: String) { in bench_file()
/external/rust/android-crates-io/crates/tracing/benches/
Dshared.rs11 group: &mut criterion::BenchmarkGroup<'_, WallTime>, in for_all_recording() argument
12 mut iter: impl FnMut(&mut Bencher<'_, WallTime>), in for_all_recording() argument
36 group: &mut criterion::BenchmarkGroup<'_, WallTime>, in for_all_dispatches() argument
37 mut iter: impl FnMut(&mut Bencher<'_, WallTime>), in for_all_dispatches() argument
/external/deqp-deps/SPIRV-Tools/test/
Dtimer_test.cpp32 double WallTime() override { return 0.019723; } in WallTime() function in spvtools::utils::__anon8db4b57a0111::MockTimer
93 double WallTime() override { return count_stop_ * 0.019723; } in WallTime() function in spvtools::utils::__anon8db4b57a0111::MockCumulativeTimer
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp32 double WallTime() override { return 0.019723; } in WallTime() function in spvtools::utils::__anonbf3071340111::MockTimer
93 double WallTime() override { return count_stop_ * 0.019723; } in WallTime() function in spvtools::utils::__anonbf3071340111::MockCumulativeTimer
/external/angle/third_party/spirv-tools/src/test/
Dtimer_test.cpp32 double WallTime() override { return 0.019723; } in WallTime() function in spvtools::utils::__anondb3f8a6e0111::MockTimer
93 double WallTime() override { return count_stop_ * 0.019723; } in WallTime() function in spvtools::utils::__anondb3f8a6e0111::MockCumulativeTimer
/external/angle/third_party/spirv-tools/src/source/util/
Dtimer.h131 virtual double WallTime() { in WallTime() function
347 double WallTime() override { return wall_time_; } in WallTime() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.h131 virtual double WallTime() { in WallTime() function
347 double WallTime() override { return wall_time_; } in WallTime() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h131 virtual double WallTime() { in WallTime() function
347 double WallTime() override { return wall_time_; } in WallTime() function
/external/rust/beto-rust/nearby/crypto/crypto_provider/benches/
Dconstant_time_eq_bench.rs34 fn add_benches<C: CryptoProvider>(group: &mut BenchmarkGroup<WallTime>, rng: &mut ThreadRng) { in constant_time_eq_equals()
/external/rust/android-crates-io/crates/criterion/src/
Dmeasurement.rs216 pub struct WallTime; struct
217 impl Measurement for WallTime { implementation
/external/llvm/include/llvm/Support/
DTimer.h27 double WallTime; // Wall clock time elapsed in seconds variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DTimer.h26 double WallTime; ///< Wall clock time elapsed in seconds. variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h27 double WallTime; ///< Wall clock time elapsed in seconds. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h27 double WallTime; ///< Wall clock time elapsed in seconds. variable
/external/tensorflow/tensorflow/core/summary/
Dsummary_file_writer_test.cc248 TEST_F(SummaryFileWriterTest, WallTime) { in TEST_F() argument
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc103 static double WallTime(const ClientStats& s) { return s.time_elapsed(); } in WallTime() function