Home
last modified time | relevance | path

Searched refs:start_time_ (Results 1 – 25 of 111) sorted by relevance

12345

/external/cronet/base/trace_event/
Dauto_open_close_event.h51 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/
Dtraceme.h104 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/
Dauto_open_close_event.cc31 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/
Dscoped_blocking_call_internal.cc81 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()
Dwatchdog.cc96 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/
Dquic_sustained_bandwidth_recorder.cc20 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/
Dwatchdog.cc95 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/
Dclient_info.cc58 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/
Drate_estimate.h26 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/
Dmetrics.h266 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/
Ddrifting_clock.cc20 : 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/
Dmonitor_interval.cc26 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/
Dntp_time.cc21 : 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/
Dscenario.cc79 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/
Dsample5_unittest.cc66 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/
Dsample5_unittest.cc66 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/
Dsample5_unittest.cc66 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/
Dsample5_unittest.cc66 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/
Drowhammer_test.cc33 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/
Dmdns_trackers.cc146 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/
Drate_estimate.cc20 if (!start_time_.has_value()) { in GetRateBytesPerSecond()
25 chrono::SystemClock::now() - start_time_.value()); in GetRateBytesPerSecond()
/external/cronet/testing/perf/
Dluci_test_result.h104 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/
Dmetrics_server.cc32 : 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/
Dtest_activities_executor.cc28 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/
Dscoped_trace_operations.cc92 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()

12345