Home
last modified time | relevance | path

Searched refs:end_time (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbinutils.py44 end_time = time.time()
52 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
H A Dglibc.py39 end_time = time.time()
44 self.ptest_section(ptestsuite, duration = int(end_time - start_time))
H A Drust.py125 end_time = time.time()
132 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile=resultlog)
H A Dgcc.py52 end_time = time.time()
67 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py86 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 Dselenium_helpers_base.py107 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 Dnpcm7xx_emc-test.c306 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 Dtpm-tis-util.c420 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 Dvhost-user-test.c244 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 Dtpm-util.c35 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 Dtpm-crb-test.c94 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 Divshmem-test.c313 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 Dtpm-emu.c25 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 Dufs-test.c92 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 Dtpm-tis-i2c-test.c566 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 Dprocess_tree.py60 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 Dsamples.py128 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument
133 self.end_time = end_time
H A Dparsing.py72 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 D0002-ssaparse-enhance-SSA-text-lines-parsing.patch44 + 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 Dfvp.py137 end_time = time.monotonic() # Record the end time
138 elapsed_time = end_time - start_time
/openbmc/qemu/tests/qtest/libqos/
H A De1000e.c83 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 Dprojecttags.py21 def time_difference(start_time, end_time): argument
22 return end_time - start_time
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass59 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 Dtest_tasks_service.robot159 ${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 Dbase.py418 end_time = datetime.utcfromtimestamp(float(val))
432 bs_json['elapsed_time'] = end_time - start_time

12