/system/core/storaged/ |
storaged_utils.cpp | 67 stats->start_time = 0; 125 inc.start_time = prev->end_time; 135 if (dst->end_time != 0 && dst->end_time != src->start_time) { 138 << ", src start with " << src->start_time; 156 if (dst->start_time == 0) { 157 dst->start_time = src->start_time; 224 << type << stats->start_time << stats->end_time
|
/external/libchrome/base/trace_event/ |
trace_event_synthetic_delay.cc | 86 TimeTicks start_time = clock_->Now(); 91 end_time_ = CalculateEndTimeLocked(start_time); 102 TimeTicks start_time = clock_->Now(); local 105 *out_end_time = CalculateEndTimeLocked(start_time); 131 TimeTicks start_time) { 136 return start_time + target_duration_;
|
/external/autotest/utils/ |
site_check_dut_usage.py | 28 def __init__(self, start_time, end_time, label, hostname, list_hostnames): 32 @start_time: start date of time period we are interested in. 41 self._start_time = start_time 158 start_time, end_time = args[1:3] 159 return (datetime.datetime.strptime(start_time, _DATE_FORMAT).date(), 176 start_time, end_time, label, hostname = parse_args(options, args, parser) 177 runner = CheckDutUsageRunner(start_time, end_time, label, hostname,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
ccbench.py | 163 def __call__(self, start_time, min_duration, end_event, do_yield=False):
171 t1 = start_time
181 duration = t2 - start_time
209 start_time = time.time()
210 results.append(loop(start_time, THROUGHPUT_DURATION,
226 results.append(loop(start_time, THROUGHPUT_DURATION,
241 start_time = time.time()
332 loop(start_time, duration * 1.5, end_event, do_yield=False)
353 start_time = _time()
414 start_time = _time() [all...] |
/external/libmicrohttpd/src/testcurl/ |
test_post_loop.c | 459 static unsigned long long start_time; variable 487 start_time = now(); 492 (double) 1000 * LOOPCOUNT / (now() - start_time + 1.0)); 495 (double) 1000 * LOOPCOUNT / (now() - start_time + 1.0), 497 start_time = now(); 502 (double) 1000 * LOOPCOUNT / (now() - start_time + 1.0)); 505 (double) 1000 * LOOPCOUNT / (now() - start_time + 1.0), 507 start_time = now(); 512 (double) 1000 * LOOPCOUNT / (now() - start_time + 1.0)); 515 (double) 1000 * LOOPCOUNT / (now() - start_time + 1.0) [all...] |
/external/python/cpython2/Tools/ccbench/ |
ccbench.py | 163 def __call__(self, start_time, min_duration, end_event, do_yield=False): 171 t1 = start_time 181 duration = t2 - start_time 209 start_time = time.time() 210 results.append(loop(start_time, THROUGHPUT_DURATION, 226 results.append(loop(start_time, THROUGHPUT_DURATION, 241 start_time = time.time() 332 loop(start_time, duration * 1.5, end_event, do_yield=False) 353 start_time = _time() 414 start_time = _time( [all...] |
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
sampler.py | 176 def start_new_fb_state(self, pipe, fb, state, start_time): 182 @param start_time: timestamp when the state starts 184 self.get_frame_buffer(pipe, fb).start_state(state, start_time) 228 def start_state(self, state_name, start_time): 232 @param start_time: timestamp when the state starts 236 self.states[state_name].start(start_time) 268 def start(self, start_time): 271 @param start_time: timestamp when the state starts 273 self.last_start_time = start_time
|
/external/chromium-trace/catapult/devil/devil/android/ |
decorators_test.py | 35 start_time = time.time() 38 elapsed_time = time.time() - start_time 127 start_time = time.time() 130 elapsed_time = time.time() - start_time 137 elapsed_time = time.time() - start_time 196 start_time = time.time() 199 elapsed_time = time.time() - start_time 283 start_time = time.time() 290 elapsed_time = time.time() - start_time
|
/external/libmojo/third_party/catapult/devil/devil/android/ |
decorators_test.py | 35 start_time = time.time() 38 elapsed_time = time.time() - start_time 127 start_time = time.time() 130 elapsed_time = time.time() - start_time 137 elapsed_time = time.time() - start_time 196 start_time = time.time() 199 elapsed_time = time.time() - start_time 283 start_time = time.time() 290 elapsed_time = time.time() - start_time
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
SubprocessEventHelper.java | 43 private static final String START_TIME = "start_time"; 238 if (jsonObject.has(START_TIME)) { 239 mStartTime = jsonObject.getLong(START_TIME); 241 jsonObject.remove(START_TIME); 248 json.put(START_TIME, mStartTime); 400 if (jsonObject.has(START_TIME)) { 401 mStartTime = jsonObject.getLong(START_TIME); 414 tags.put(START_TIME, mStartTime);
|
/external/autotest/frontend/client/src/autotest/afe/ |
JobListView.java | 103 String start_time = startDatetimeBox.getText(); local 104 if (start_time == "") { 106 start_time = startDatetimeBox.getText(); 108 params.put("created_on__gt", new JSONString(start_time)); 111 if (start_time == "") {
|
/external/libchrome/dbus/ |
object_proxy.cc | 86 const base::TimeTicks start_time = base::TimeTicks::Now(); local 106 base::TimeTicks::Now() - start_time); 135 const base::TimeTicks start_time = base::TimeTicks::Now(); local 145 start_time, 163 start_time); 247 start_time(in_start_time) { 257 base::TimeTicks start_time) { 267 start_time, 283 start_time); 301 base::TimeTicks start_time) { 509 const base::TimeTicks start_time = base::TimeTicks::Now(); local 522 const base::TimeTicks start_time = base::TimeTicks::Now(); local [all...] |
/external/vixl/tools/ |
threaded_tests.py | 71 start_time = None variable 93 printer.UpdateProgress(start_time, 122 global start_time 135 start_time = time.time() 152 printer.UpdateProgress(start_time,
|
/packages/services/Car/tools/io_analysis/ |
check_verity.py | 56 def __init__(self, start_time, block_num, size): 58 self.start_time = start_time 68 self.io_latency = io_end_time - self.start_time 73 self.total_latency = finish_time - self.start_time
|
/system/core/init/ |
compare-bootcharts.py | 66 p, process_map1[p]['start_time'] * jw, 67 process_map2[p]['start_time'] * jw, 68 (process_map2[p]['start_time'] - 69 process_map1[p]['start_time']) * jw) 127 process = {'start_time': int(segs[21])}
|
/system/core/libcutils/tests/ |
sockets_test.cpp | 79 time_t start_time; local 84 start_time = time(nullptr); 86 EXPECT_LE(difftime(time(nullptr), start_time), 1.0); 90 start_time = time(nullptr); 92 EXPECT_LE(1.0, difftime(time(nullptr), start_time));
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
LogcatItem.java | 35 public static final String START_TIME = "START_TIME"; 42 START_TIME, STOP_TIME, EVENTS)); 60 return (Date) getAttribute(START_TIME); 67 setAttribute(START_TIME, time);
|
/build/soong/cmd/soong_ui/ |
main.go | 86 if start_time, err := strconv.ParseUint(start, 10, 64); err == nil { 88 time.Since(time.Unix(0, int64(start_time))).Nanoseconds()/time.Millisecond.Nanoseconds()) 89 buildCtx.CompleteTrace("startup", start_time, uint64(time.Now().UnixNano()))
|
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/ |
graphics_WebGLManyPlanetsDeep.py | 62 'start_time': datum['startTime'], 91 f.write(line_format % ('seq', 'start_time', 'frame_render_time_ms', 95 f.write(line_format % (k, d['start_time'],
|
/external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/ |
network_WiFi_ChaosConnectDisconnect.py | 46 start_time = host.run("date '+%FT%T.%N%:z'").stdout.strip() 57 'start_time': start_time,
|
/external/bison/lib/ |
timevar.c | 148 struct timevar_time_def start_time; member in struct:timevar_def 188 static struct timevar_time_def start_time; variable in typeref:struct:timevar_time_def 307 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now); 311 start_time = now; 353 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now); 357 start_time = now; 390 get_time (&tv->start_time); 411 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); 431 timevar_accumulate (elapsed, &tv->start_time, &now); 437 timevar_accumulate (elapsed, &start_time, &now) [all...] |
/external/icu/icu4c/source/test/perf/ucnvavailperf/ |
ucnvavailperf.cpp | 119 UTimer start_time; local 120 utimer_getTime(&start_time); 123 double elapsed = utimer_getElapsedSeconds(&start_time);
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/condvar/ |
pthread_cond_wait_1.c | 84 struct timespec start_time, current_time; local 97 clock_gettime(CLOCK_REALTIME, &start_time); 100 if (timediff(current_time, start_time) > RUNTIME)
|
pthread_cond_wait_2.c | 84 struct timespec start_time, current_time; local 97 clock_gettime(CLOCK_REALTIME, &start_time); 100 if (timediff(current_time, start_time) > RUNTIME)
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/schedule/ |
1-2.c | 83 struct timespec current_time, start_time; local 100 clock_gettime(CLOCK_REALTIME, &start_time); 103 if (timediff(current_time, start_time) > RUNTIME)
|