/external/llvm/include/llvm/Support/ |
D | Timer.h | 27 double WallTime; // Wall clock time elapsed in seconds variable 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() 43 double getWallTime() const { return WallTime; } in getWallTime() 49 return WallTime < T.WallTime; 53 WallTime += RHS.WallTime; 59 WallTime -= RHS.WallTime;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Timer.h | 27 double WallTime; ///< Wall clock time elapsed in seconds. variable 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() 43 double getWallTime() const { return WallTime; } in getWallTime() 48 return WallTime < T.WallTime; 52 WallTime += RHS.WallTime; 58 WallTime -= RHS.WallTime;
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Timer.h | 27 double WallTime; ///< Wall clock time elapsed in seconds. variable 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() 43 double getWallTime() const { return WallTime; } in getWallTime() 48 return WallTime < T.WallTime; 52 WallTime += RHS.WallTime; 58 WallTime -= RHS.WallTime;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Timer.h | 27 double WallTime; ///< Wall clock time elapsed in seconds. variable 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() 43 double getWallTime() const { return WallTime; } in getWallTime() 48 return WallTime < T.WallTime; 52 WallTime += RHS.WallTime; 58 WallTime -= RHS.WallTime;
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | timer_test.cpp | 32 double WallTime() override { return 0.019723; } in WallTime() function in spvtools::utils::__anon699576440111::MockTimer 55 EXPECT_EQ(0.019723, timer.WallTime()); in TEST() 93 double WallTime() override { return count_stop_ * 0.019723; } in WallTime() function in spvtools::utils::__anon699576440111::MockCumulativeTimer
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 32 double WallTime() override { return 0.019723; } in WallTime() function in spvtools::utils::__anon4bbdcb7e0111::MockTimer 55 EXPECT_EQ(0.019723, timer.WallTime()); in TEST() 93 double WallTime() override { return count_stop_ * 0.019723; } in WallTime() function in spvtools::utils::__anon4bbdcb7e0111::MockCumulativeTimer
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | timer.h | 131 virtual double WallTime() { in WallTime() function 315 if (wall_time_ >= 0 && Timer::WallTime() >= 0) in Stop() 316 wall_time_ += Timer::WallTime(); in Stop() 347 double WallTime() override { return wall_time_; } in WallTime() function
|
D | timer.cpp | 81 *report_stream_ << std::setw(12) << WallTime(); in Report()
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | timer.h | 131 virtual double WallTime() { in WallTime() function 315 if (wall_time_ >= 0 && Timer::WallTime() >= 0) in Stop() 316 wall_time_ += Timer::WallTime(); in Stop() 347 double WallTime() override { return wall_time_; } in WallTime() function
|
D | timer.cpp | 81 *report_stream_ << std::setw(12) << WallTime(); in Report()
|
/external/rust/crates/criterion/src/ |
D | benchmark.rs | 5 use crate::measurement::{Measurement, WallTime}; 75 pub(crate) struct NamedRoutine<T, M: Measurement = WallTime> { 84 pub struct ParameterizedBenchmark<T: Debug, M: Measurement = WallTime> { 95 pub struct Benchmark<M: Measurement = WallTime> { 104 pub trait BenchmarkDefinition<M: Measurement = WallTime>: Sized {
|
D | measurement.rs | 189 pub struct WallTime; struct 190 impl Measurement for WallTime { implementation
|
D | bencher.rs | 6 use crate::measurement::{Measurement, WallTime}; 35 pub struct Bencher<'a, M: Measurement = WallTime> { 398 pub struct AsyncBencher<'a, 'b, A: AsyncExecutor, M: Measurement = WallTime> {
|
D | lib.rs | 98 use crate::measurement::{Measurement, WallTime}; 186 pub struct Fun<I: fmt::Debug, M: Measurement + 'static = WallTime> { 363 pub struct Criterion<M: Measurement = WallTime> { 442 measurement: WallTime, in default()
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 99 static double WallTime(const ClientStats& s) { return s.time_elapsed(); } in WallTime() function 120 auto time_estimate = average(result->client_stats(), WallTime); in postprocess_scenario_result() 139 sum(result->client_stats(), WallTime); in postprocess_scenario_result() 141 sum(result->client_stats(), WallTime); in postprocess_scenario_result()
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | WallTime.java | 54 public class WallTime { class 74 public WallTime() { in WallTime() method in WallTime
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | ZoneInfoDataTest.java | 22 import com.android.i18n.timezone.WallTime; 527 WallTime wallTime = new WallTime(); in testReadTimeZone_MaxTypeCount()
|
/external/icu/android_icu4j/api/legacy_platform/ |
D | current.txt | 159 public class WallTime { 160 ctor public WallTime();
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_file_writer_test.cc | 220 TEST_F(SummaryFileWriterTest, WallTime) { in TEST_F() argument
|
/external/llvm/lib/Support/ |
D | Timer.cpp | 132 Result.WallTime = now.seconds() + now.microseconds() / 1000000.0; in getCurrentTime()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Timer.cpp | 134 Result.WallTime = Seconds(now.time_since_epoch()).count(); in getCurrentTime()
|
/external/llvm-project/llvm/lib/Support/ |
D | Timer.cpp | 137 Result.WallTime = Seconds(now.time_since_epoch()).count(); in getCurrentTime()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Timer.cpp | 132 Result.WallTime = Seconds(now.time_since_epoch()).count(); in getCurrentTime()
|