| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | binutils.py | 44 end_time = time.time() 52 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
|
| H A D | glibc.py | 39 end_time = time.time() 44 self.ptest_section(ptestsuite, duration = int(end_time - start_time))
|
| H A D | rust.py | 125 end_time = time.time() 132 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile=resultlog)
|
| H A D | gcc.py | 52 end_time = time.time() 67 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
|
| /openbmc/openbmc/poky/scripts/lib/ |
| H A D | buildstats.py | 86 end_time = None 95 end_time = float(val) 112 if start_time and not end_time and fallback_end: 113 end_time = fallback_end 114 if start_time and end_time: 115 bs_task['elapsed_time'] = end_time - start_time
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | selenium_helpers_base.py | 107 end_time = time.time() + self._timeout 122 if time.time() > end_time: 133 end_time = time.time() + self._timeout 145 if time.time() > end_time:
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_emc-test.c | 306 uint64_t end_time; in emc_soft_reset() local 315 end_time = g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; in emc_soft_reset() 320 } while (val == 0 && g_get_monotonic_time() < end_time); in emc_soft_reset() 332 } while (g_get_monotonic_time() < end_time); in emc_soft_reset() 392 uint64_t end_time = in emc_wait_irq() local 400 } while (g_get_monotonic_time() < end_time); in emc_wait_irq() 409 uint64_t end_time = in emc_wait_mista() local 418 } while (g_get_monotonic_time() < end_time); in emc_wait_mista()
|
| H A D | tpm-tis-util.c | 420 uint64_t end_time = g_get_monotonic_time() + 50 * G_TIME_SPAN_SECOND; in tpm_tis_test_check_transmit() local 426 } while (g_get_monotonic_time() < end_time); in tpm_tis_test_check_transmit() 477 uint64_t end_time = g_get_monotonic_time() + 50 * G_TIME_SPAN_SECOND; in tpm_tis_transfer() local 483 } while (g_get_monotonic_time() < end_time); in tpm_tis_transfer()
|
| H A D | vhost-user-test.c | 244 gint64 end_time; in wait_for_fds() local 250 end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in wait_for_fds() 252 if (!g_cond_wait_until(&s->data_cond, &s->data_mutex, end_time)) { in wait_for_fds() 679 gint64 end_time; in wait_for_log_fd() local 682 end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in wait_for_log_fd() 684 if (!g_cond_wait_until(&s->data_cond, &s->data_mutex, end_time)) { in wait_for_log_fd() 905 gint64 end_time; in wait_for_rings_started() local 908 end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in wait_for_rings_started() 910 if (!g_cond_wait_until(&s->data_cond, &s->data_mutex, end_time)) { in wait_for_rings_started()
|
| H A D | tpm-util.c | 35 uint64_t end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in tpm_util_crb_transfer() local 42 if (g_get_monotonic_time() >= end_time) { in tpm_util_crb_transfer()
|
| H A D | tpm-crb-test.c | 94 uint64_t end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in tpm_crb_test() local 101 } while (g_get_monotonic_time() < end_time); in tpm_crb_test()
|
| H A D | ivshmem-test.c | 313 guint64 end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in test_ivshmem_server() local 354 } while (ret == 0 && g_get_monotonic_time() < end_time); in test_ivshmem_server() 364 } while (ret == 0 && g_get_monotonic_time() < end_time); in test_ivshmem_server()
|
| H A D | tpm-emu.c | 25 gint64 end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in tpm_emu_test_wait_cond() local 30 !g_cond_wait_until(&s->data_cond, &s->data_mutex, end_time)) { in tpm_emu_test_wait_cond()
|
| H A D | ufs-test.c | 92 uint64_t end_time; in ufs_wait_for_irq() local 95 end_time = g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; in ufs_wait_for_irq() 99 } while (is == 0 && g_get_monotonic_time() < end_time); in ufs_wait_for_irq() 345 uint64_t end_time; in ufs_init() local 360 end_time = g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; in ufs_init() 364 } while (hce == 0 && g_get_monotonic_time() < end_time); in ufs_init() 485 end_time = g_get_monotonic_time() + TIMEOUT_SECONDS * G_TIME_SPAN_SECOND; in ufs_init() 496 g_get_monotonic_time() < end_time); in ufs_init()
|
| H A D | tpm-tis-i2c-test.c | 566 uint64_t end_time = g_get_monotonic_time() + 50 * G_TIME_SPAN_SECOND; in tpm_tis_i2c_test_check_transmit() local 572 } while (g_get_monotonic_time() < end_time); in tpm_tis_i2c_test_check_transmit()
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | process_tree.py | 60 self.end_time = self.get_end_time(self.process_tree) 61 self.duration = self.end_time - self.start_time 80 self.end_time = self.get_end_time(self.process_tree) 81 self.duration = self.end_time - self.start_time
|
| H A D | samples.py | 128 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument 133 self.end_time = end_time
|
| H A D | parsing.py | 72 def __init__(self, start_time, end_time): argument 74 self.end_time = end_time 75 self.duration = self.end_time - self.start_time 237 self.ps_stats.end_time = crop_at
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
| H A D | 0002-ssaparse-enhance-SSA-text-lines-parsing.patch | 44 + GstClockTime start_time = G_MAXUINT64, end_time = 0; 127 + if (end_time < tmp) 128 + end_time = tmp; 189 + if (end_time > start_time) 190 + GST_BUFFER_DURATION (buf) = end_time - start_time;
|
| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
| H A D | fvp.py | 137 end_time = time.monotonic() # Record the end time 138 elapsed_time = end_time - start_time
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | e1000e.c | 83 guint64 end_time = g_get_monotonic_time() + 5 * G_TIME_SPAN_SECOND; in e1000e_wait_isr() local 90 } while (g_get_monotonic_time() < end_time); in e1000e_wait_isr()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
| H A D | projecttags.py | 21 def time_difference(start_time, end_time): argument 22 return end_time - start_time
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | buildstats.bbclass | 59 def get_timedata(var, d, end_time): 63 return end_time - oldtime 80 end_time = time.time() 81 timediff = end_time - oldtime
|
| /openbmc/openbmc-test-automation/redfish/task_service/ |
| H A D | test_tasks_service.robot | 159 ${end_time}= Get Regexp Matches ${resp["EndTime"]} 163 ${time_diff}= Subtract Date From Date ${end_time[0]} ${start_time[0]}
|
| /openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 418 end_time = datetime.utcfromtimestamp(float(val)) 432 bs_json['elapsed_time'] = end_time - start_time
|