/external/cronet/base/trace_event/ |
D | auto_open_close_event.h | 51 start_time_ = TRACE_TIME_TICKS_NOW(); in Begin() 53 category, event_name_, static_cast<void*>(this), start_time_); in Begin() 58 start_time_ = base::TimeTicks(); in End() 64 if (!start_time_.is_null()) { in OnTraceLogEnabled() 66 category, event_name_, static_cast<void*>(this), start_time_); in OnTraceLogEnabled() 73 base::TimeTicks start_time_; variable
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | traceme.h | 104 start_time_ = GetCurrentTimeNanos(); 152 start_time_ = GetCurrentTimeNanos(); 161 if (TF_PREDICT_FALSE(other.start_time_ != kUntracedActivity)) { 164 start_time_ = std::exchange(other.start_time_, kUntracedActivity); 185 if (TF_PREDICT_FALSE(start_time_ != kUntracedActivity)) { in Stop() 188 {std::move(no_init_.name), start_time_, GetCurrentTimeNanos()}); in Stop() 191 start_time_ = kUntracedActivity; in Stop() 211 if (TF_PREDICT_FALSE(start_time_ != kUntracedActivity)) { in AppendMetadata() 320 int64_t start_time_ = kUntracedActivity; variable
|
/external/libchrome/base/trace_event/ |
D | auto_open_close_event.cc | 31 start_time_ = TRACE_TIME_TICKS_NOW(); in Begin() 33 category_, event_name_, static_cast<void*>(this), start_time_); in Begin() 39 start_time_ = base::TimeTicks(); in End() 44 if (start_time_.ToInternalValue() != 0) in OnTraceLogEnabled() 46 category_, event_name_, static_cast<void*>(this), start_time_); in OnTraceLogEnabled()
|
/external/cronet/base/threading/ |
D | scoped_blocking_call_internal.cc | 81 call_start_ < assigned_jank_window_->start_time_) { in ScopedMonitoredCall() 102 call_start_ = assigned_jank_window_->start_time_; in ScopedMonitoredCall() 118 : start_time_(start_time) {} in IOJankMonitoringWindow() 158 ? current_jank_window_ref->start_time_ + kMonitoringWindow in MonitorNextJankWindowIfNecessary() 206 kMonitoringWindow - (recent_now - next_jank_window->start_time_)); in MonitorNextJankWindowIfNecessary() 246 if (call_end >= start_time_ + kMonitoringWindow) in OnBlockingCallCompleted() 252 ClampFloor((call_start - start_time_) / kIOJankInterval); in OnBlockingCallCompleted() 292 DCHECK_EQ(next_->start_time_, start_time_ + kMonitoringWindow); in AddJank()
|
D | watchdog.cc | 96 start_time_ = start_time; in ArmAtStartTime() 140 (TimeTicks::Now() - watchdog_->start_time_); in ThreadMain() 150 if (static_data->last_debugged_alarm_time > watchdog_->start_time_) { in ThreadMain() 153 watchdog_->start_time_ += static_data->last_debugged_alarm_delay; in ThreadMain() 154 if (static_data->last_debugged_alarm_time > watchdog_->start_time_) in ThreadMain()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_sustained_bandwidth_recorder.cc | 20 start_time_(QuicTime::Zero()) {} in QuicSustainedBandwidthRecorder() 34 start_time_ = estimate_time; in RecordEstimate() 36 QUIC_DVLOG(1) << "Started recording at: " << start_time_.ToDebuggingValue(); in RecordEstimate() 42 if (estimate_time - start_time_ >= 3 * srtt) { in RecordEstimate()
|
/external/libchrome/base/threading/ |
D | watchdog.cc | 95 start_time_ = start_time; in ArmAtStartTime() 131 (TimeTicks::Now() - watchdog_->start_time_); in ThreadMain() 141 if (static_data->last_debugged_alarm_time > watchdog_->start_time_) { in ThreadMain() 144 watchdog_->start_time_ += static_data->last_debugged_alarm_delay; in ThreadMain() 145 if (static_data->last_debugged_alarm_time > watchdog_->start_time_) in ThreadMain()
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | client_info.cc | 58 GetSystemTimeAsFileTime(&start_time_); in ClientInfo() 71 start_time_ = creation_time; in Initialize() 73 crash_id_ = start_time_.dwLowDateTime; in Initialize() 167 time_start.HighPart = start_time_.dwHighDateTime; in SetProcessUptime() 168 time_start.LowPart = start_time_.dwLowDateTime; in SetProcessUptime()
|
/external/pigweed/pw_transfer/public/pw_transfer/ |
D | rate_estimate.h | 26 constexpr RateEstimate() : start_time_(std::nullopt), bytes_transferred_(0) {} in RateEstimate() 29 start_time_ = chrono::SystemClock::now(); in Reset() 38 std::optional<chrono::SystemClock::time_point> start_time_;
|
/external/tensorflow/tensorflow/core/framework/ |
D | metrics.h | 266 tensorflow::Env::Default()->NowMicros() - start_time_) in DurationMicroSec() 273 accumulated_time_ = tensorflow::Env::Default()->NowMicros() - start_time_; in AccumulateAndStop() 283 start_time_ = tensorflow::Env::Default()->NowMicros(); in Start() 293 tensorflow::Env::Default()->NowMicros() - start_time_; in ReportInternal() 301 start_time_ = tensorflow::Env::Default()->NowMicros(); in Init() 309 uint64 start_time_; variable
|
/external/webrtc/test/ |
D | drifting_clock.cc | 20 : clock_(clock), drift_(speed - 1.0f), start_time_(clock_->CurrentTime()) { in DriftingClock() 27 RTC_DCHECK_GE(now, start_time_); in Drift() 28 return (now - start_time_) * drift_; in Drift()
|
/external/webrtc/modules/congestion_controller/pcc/ |
D | monitor_interval.cc | 26 start_time_(start_time), in PccMonitorInterval() 39 if (packet_result.sent_packet.send_time <= start_time_) { in OnPacketsFeedback() 46 start_time_ + interval_duration_) { in OnPacketsFeedback() 102 return start_time_ + interval_duration_; in GetEndTime()
|
/external/openscreen/cast/streaming/ |
D | ntp_time.cc | 21 : start_time_(now), in NtpTimeConverter() 30 const Clock::duration time_since_start = time_point - start_time_; in ToNtpTimestamp() 50 Clock::to_duration(whole_seconds) + start_time_; in ToLocalTime()
|
/external/webrtc/test/scenario/ |
D | scenario.cc | 79 if (start_time_.IsFinite()) in ~Scenario() 278 if (start_time_.IsInfinite()) in RunFor() 290 if (start_time_.IsInfinite()) in RunUntil() 302 start_time_ = clock_->CurrentTime(); in Start() 320 RTC_DCHECK(start_time_.IsFinite()); in Stop() 330 start_time_ = Timestamp::PlusInfinity(); in Stop() 338 if (start_time_.IsInfinite()) in TimeSinceStart() 340 return Now() - start_time_; in TimeSinceStart()
|
/external/googletest/googletest/samples/ |
D | sample5_unittest.cc | 66 void SetUp() override { start_time_ = time(nullptr); } in SetUp() 77 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 81 time_t start_time_; member in __anon5fcf637c0111::QuickTest
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample5_unittest.cc | 66 void SetUp() override { start_time_ = time(nullptr); } in SetUp() 77 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 81 time_t start_time_; member in __anon593a22b90111::QuickTest
|
/external/cronet/third_party/boringssl/src/third_party/googletest/samples/ |
D | sample5_unittest.cc | 66 void SetUp() override { start_time_ = time(nullptr); } in SetUp() 77 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 81 time_t start_time_; member in __anon010575550111::QuickTest
|
/external/cronet/third_party/googletest/src/googletest/samples/ |
D | sample5_unittest.cc | 66 void SetUp() override { start_time_ = time(nullptr); } in SetUp() 77 EXPECT_TRUE(end_time - start_time_ <= 5) << "The test took too long."; in TearDown() 81 time_t start_time_; member in __anon06e62fa60111::QuickTest
|
/external/autotest/client/site_tests/hardware_UnsafeMemory/src/rowhammer-test-4d619293e1c7/ |
D | rowhammer_test.cc | 33 struct timeval start_time_; member in Timer 41 int rc = gettimeofday(&start_time_, NULL); in Timer() 49 return (end_time.tv_sec - start_time_.tv_sec in get_diff() 50 + (double) (end_time.tv_usec - start_time_.tv_usec) / 1e6); in get_diff()
|
/external/openscreen/discovery/mdns/ |
D | mdns_trackers.cc | 146 start_time_(now_function_()), in MdnsRecordTracker() 211 start_time_ = now_function_(); in Update() 237 start_time_ = now_function_(); in ExpireSoon() 246 return (now_function_() - start_time_) > record_.ttl() / 2; in IsNearingExpiry() 250 const Clock::time_point expiration_time = start_time_ + record_.ttl(); in SendQuery() 289 return start_time_ + delay; in GetNextSendTime()
|
/external/pigweed/pw_transfer/ |
D | rate_estimate.cc | 20 if (!start_time_.has_value()) { in GetRateBytesPerSecond() 25 chrono::SystemClock::now() - start_time_.value()); in GetRateBytesPerSecond()
|
/external/cronet/testing/perf/ |
D | luci_test_result.h | 104 base::Time start_time() const { return start_time_; } in start_time() 105 void set_start_time(base::Time start_time) { start_time_ = start_time; } in set_start_time() 129 base::Time start_time_; variable
|
/external/grpc-grpc/test/cpp/util/ |
D | metrics_server.cc | 32 : start_time_(gpr_now(GPR_CLOCK_REALTIME)), num_queries_(0) {} in QpsGauge() 37 start_time_ = gpr_now(GPR_CLOCK_REALTIME); in Reset() 48 gpr_time_sub(gpr_now(GPR_CLOCK_REALTIME), start_time_); in Get()
|
/external/webrtc/test/pc/e2e/ |
D | test_activities_executor.cc | 28 start_time_ = Now(); in Start() 59 if (start_time_.IsInfinite()) { in ScheduleActivity() 69 Timestamp start_time = start_time_; in PostActivity()
|
/external/openscreen/util/trace_logging/ |
D | scoped_trace_operations.cc | 92 start_time_(Clock::now()), in TraceLoggerBase() 117 this->start_time_, end_time, this->to_hierarchy(), in ~SynchronousTraceLogger() 126 this->file_name_, this->start_time_, in ~AsynchronousTraceLogger()
|