HomeSort by relevance Sort by last modified time
    Searched refs:start_time_ (Results 26 - 48 of 48) sorted by null

12

  /art/runtime/
thread_pool.cc 127 start_time_(0),
168 start_time_ = NanoTime();
200 total_wait_time_ += wait_end - std::max(wait_start, start_time_);
thread_pool.h 164 uint64_t start_time_ GUARDED_BY(task_queue_lock_);
trace.cc 600 start_time_(MicroTime()), clock_overhead_ns_(GetClockOverheadNanoSeconds()), cur_offset_(0),
612 Append8LE(buf_.get() + 8, start_time_);
668 uint64_t elapsed = MicroTime() - start_time_;
841 *wall_clock_diff = MicroTime() - start_time_;
    [all...]
trace.h 298 const uint64_t start_time_; member in class:art::FINAL
  /external/libchrome/dbus/
dbus_statistics.cc 66 : start_time_(base::Time::Now()),
122 base::Time start_time() { return start_time_; }
126 base::Time start_time_; member in class:dbus::__anon22979::DBusStatistics
  /external/libmojo/mojo/message_pump/
handle_watcher_perftest.cc 52 start_time_(base::TimeTicks::Now()) {}
57 iterations_ / (end_time - start_time_).InSecondsF(),
65 base::TimeTicks start_time_; member in class:mojo::common::test::ScopedPerfTimer
  /device/google/dragon/bluetooth/
vendor_interface.cc 146 FirmwareStartupTimer() : start_time_(std::chrono::steady_clock::now()) {}
150 std::chrono::steady_clock::now() - start_time_;
157 std::chrono::steady_clock::time_point start_time_; member in class:android::hardware::bluetooth::V1_0::dragon::FirmwareStartupTimer
  /external/webrtc/webrtc/test/
frame_generator.cc 142 start_time_(clock->TimeInMilliseconds()),
168 int64_t ms_since_start = now - start_time_;
224 const int64_t start_time_; member in class:webrtc::test::__anon39269::ScrollingImageFrameGenerator
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 147 FirmwareStartupTimer() : start_time_(std::chrono::steady_clock::now()) {}
151 std::chrono::steady_clock::now() - start_time_;
158 std::chrono::steady_clock::time_point start_time_; member in class:android::hardware::bluetooth::V1_0::implementation::FirmwareStartupTimer
  /art/runtime/gc/collector/
garbage_collector.h 57 const uint64_t start_time_; member in class:art::gc::collector::GarbageCollector::ScopedPause
garbage_collector.cc 168 : start_time_(NanoTime()), collector_(collector), with_reporting_(with_reporting) {
180 collector_->RegisterPause(NanoTime() - start_time_);
  /external/stressapptest/src/
worker.h 238 void StartThreadTimer() {gettimeofday(&start_time_, NULL);}
243 return (end_time_.tv_sec - start_time_.tv_sec)*1000000ULL +
244 (end_time_.tv_usec - start_time_.tv_usec);
386 struct timeval start_time_; // Worker thread start time. member in class:WorkerThread
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.cc 27 start_time_ = MonotonicallyIncreasingTimeInMs();
31 double elapsed = MonotonicallyIncreasingTimeInMs() - start_time_;
  /external/webrtc/webrtc/p2p/base/
stunport.cc 40 start_time_ = rtc::Time();
88 if (now <= deadline_ && rtc::TimeDiff(now, start_time_) <= RETRY_TIMEOUT) {
106 uint32_t start_time_; member in class:cricket::StunBindingRequest
relayport.cc 178 uint32_t start_time_; member in class:cricket::AllocateRequest
782 start_time_ = rtc::Time();
837 if (rtc::TimeSince(start_time_) <= kRetryTimeout)
  /build/kati/
ninja.cc 184 start_time_(start_time),
700 size_t r = fwrite(&start_time_, sizeof(start_time_), 1, fp);
792 const double start_time_; member in class:NinjaGenerator
  /external/libchrome/base/
tracked_objects.cc 841 start_time_ = ThreadData::Now();
    [all...]
tracked_objects.h 763 TrackedTime start_time_; member in class:tracked_objects::TaskStopwatch
    [all...]
  /external/v8/src/profiler/
profile-generator.h 287 base::TimeTicks start_time() const { return start_time_; }
300 base::TimeTicks start_time_; member in class:v8::internal::CpuProfile
profile-generator.cc 395 start_time_(base::TimeTicks::HighResolutionNow()),
401 (start_time_ - base::TimeTicks()).InMicroseconds());
  /external/v8/src/heap/
gc-tracer.h 152 double start_time_; member in class:v8::internal::GCTracer::Scope
gc-tracer.cc 30 start_time_ = tracer_->heap_->MonotonicallyIncreasingTimeInMs();
41 scope_, tracer_->heap_->MonotonicallyIncreasingTimeInMs() - start_time_);
    [all...]
  /hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp 108 : task_(task), start_time_(std::chrono::steady_clock::now()) {}
113 std::chrono::steady_clock::now() - start_time_;
126 std::chrono::steady_clock::time_point start_time_; member in class:ThroughputLogger

Completed in 1143 milliseconds

12