HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 51 - 75 of 150) sorted by null

1 23 4 5 6

  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 55 start_time = time.time()
66 time.time() - start_time)
244 def start_time(self): member in class:Build
346 def start_time(self): member in class:Step
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 42 start_time: For pipelines with no start _BarrierRecord, when this pipeline
69 start_time = db.DateTimeProperty(indexed=True) variable in class:_PipelineRecord
  /external/jsoncpp/
makerelease.py 231 start_time = time.time() variable
234 file_per_sec = (time.time() - start_time) / (index+1)
  /external/libchrome/base/
tracked_objects_unittest.cc 188 const int32_t start_time = 1; local
190 base::TimeDelta::FromMilliseconds(start_time);
197 SetTestTime(start_time + time_elapsed);
    [all...]
  /external/libchrome/dbus/
dbus_statistics.cc 122 base::Time start_time() { return start_time_; } function in class:dbus::__anon14491::DBusStatistics
189 base::TimeDelta dtime = base::Time::Now() - g_dbus_statistics->start_time();
object_proxy.cc 84 const base::TimeTicks start_time = base::TimeTicks::Now(); local
104 base::TimeTicks::Now() - start_time);
132 const base::TimeTicks start_time = base::TimeTicks::Now(); local
142 start_time,
160 start_time);
244 start_time(in_start_time) {
254 base::TimeTicks start_time) {
264 start_time,
280 start_time);
298 base::TimeTicks start_time) {
507 const base::TimeTicks start_time = base::TimeTicks::Now(); local
520 const base::TimeTicks start_time = base::TimeTicks::Now(); local
    [all...]
  /external/libmicrohttpd/src/testcurl/
perf_get.c 79 static unsigned long long start_time; variable
104 start_time = now ();
116 double rps = ((double) (ROUNDS * 1000)) / ((double) (now() - start_time));
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 737 int64_t start_time = 0; local
741 start_time = os_time_get();
767 os_time_get() - start_time >= timeout) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp 1051 float start_time = 0; local
1059 start_time = get_time();
1079 (get_time() - start_time) * 1000);
  /external/tcpdump/
print-cnfp.c 74 uint32_t start_time; /* sys_uptime value at start of flow */ member in struct:nfrec_v1
106 uint32_t start_time; /* sys_uptime value at start of flow */ member in struct:nfrec_v5
140 uint32_t start_time; /* sys_uptime value at start of flow */ member in struct:nfrec_v6
199 EXTRACT_32BITS(&nr->start_time)/1000,
200 EXTRACT_32BITS(&nr->start_time)%1000,
290 EXTRACT_32BITS(&nr->start_time)/1000,
291 EXTRACT_32BITS(&nr->start_time)%1000,
387 EXTRACT_32BITS(&nr->start_time)/1000,
388 EXTRACT_32BITS(&nr->start_time)%1000,
  /external/webrtc/webrtc/modules/pacing/
paced_sender_unittest.cc 395 int64_t start_time = clock_.TimeInMilliseconds(); local
396 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
422 int64_t start_time = clock_.TimeInMilliseconds(); local
424 while (clock_.TimeInMilliseconds() - start_time < kBitrateWindow) {
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
receiver_unittest.cc 340 int64_t start_time = TimeInMicroseconds(); local
341 int64_t end_time = start_time + microseconds;
345 RTC_DCHECK(timestamps_.front().arrive_time >= start_time);
499 int64_t start_time = clock_.TimeInMilliseconds(); local
513 EXPECT_GE(kMaxWaitTime, end_time - start_time);
515 EXPECT_EQ(kMaxWaitTime, end_time - start_time);
559 int64_t start_time = clock_.TimeInMilliseconds(); local
570 EXPECT_EQ(kMaxWaitTime, end_time - start_time);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
main.c 337 uint32_t start_time, time=0; local
339 start_time = set_wdog(VIDDEC_WATCHDOG_COUNTER_MAX);
395 cxt_swap->wl_time += get_total_ticks(start_time, time);
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/
QCameraHAL3Base.cpp 61 struct timeval start_time; member in namespace:qcamera
  /system/connectivity/shill/
dns_client.cc 68 DNSClientState() : channel(nullptr), start_time{} {}
73 struct timeval start_time; member in struct:shill::DNSClientState
161 time_->GetTimeMonotonic(&resolver_state_->start_time);
354 timersub(&now, &resolver_state_->start_time, &elapsed_time);
  /system/extras/simpleperf/
cmd_stat.cpp 152 auto start_time = std::chrono::steady_clock::now(); local
167 std::chrono::duration_cast<std::chrono::duration<double>>(end_time - start_time).count();
  /device/google/contexthub/firmware/inc/algos/
accel_cal.h 54 uint64_t start_time; member in struct:accelStillDet_t
96 uint64_t start_time; member in struct:accelStatsMem_t
  /external/blktrace/btreplay/
btrecord.c 85 * @start_time: Start time of th ecurrent bunch
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
249 * @start_time: Records current start
251 static inline void io_bunch_create(struct io_stream *stream, __u64 start_time)
258 cur->hdr.time_stamp = stream->start_time = start_time;
651 if ((spec->time - stream->start_time) > max_bunch_tm)
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 94 const time_t start_time = time(NULL); local
118 << init_time - start_time
119 << " structure time: " << structure_time - start_time
344 const time_t start_time = time(NULL); local
392 VLOG(2) << "Compute time: " << time(NULL) - start_time;
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 261 Time start_time; // Used to time task processing. local
290 start_time = Time::Now();
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 286 int64_t start_time = TickTime::MillisecondTimestamp(); local
305 EXPECT_LE(TickTime::MillisecondTimestamp() - start_time, 4000);
  /art/runtime/
thread_list.cc 334 const uint64_t start_time = NanoTime(); local
338 const uint64_t total_delay = NanoTime() - start_time;
401 const uint64_t start_time = NanoTime(); local
414 collector->RegisterPause(NanoTime() - start_time);
479 const uint64_t start_time = NanoTime(); local
502 const uint64_t suspend_time = end_time - start_time;
738 const uint64_t start_time = NanoTime(); local
808 const uint64_t total_delay = NanoTime() - start_time;
843 const uint64_t start_time = NanoTime(); local
    [all...]
  /cts/tools/dasm/src/java_cup/
Main.java 102 protected static long start_time = 0; field in class:Main
145 start_time = System.currentTimeMillis();
674 long total_time = final_time - start_time;
679 + timestr(final_time-start_time, total_time));
681 + timestr(prelim_end-start_time, total_time));
  /external/fio/
ioengine.h 35 struct timeval start_time; member in struct:io_u
  /external/ppp/pppd/plugins/radius/
radius.c 120 time_t start_time; member in struct:radius_state
899 rstate.start_time = time(NULL);
    [all...]

Completed in 1639 milliseconds

1 23 4 5 6