Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/tests/migration-stress/guestperf/
H A Dplot.py118 def _get_total_guest_cpu_graph(self, report, starttime): argument
133 xaxis.append(record._timestamp - starttime)
150 def _get_split_guest_cpu_graphs(self, report, starttime): argument
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
194 def _get_migration_iters_graph(self, report, starttime): argument
199 xaxis.append(progress._now - starttime)
215 def _get_qemu_cpu_graph(self, report, starttime): argument
247 xaxis.append(record._timestamp - starttime)
265 def _get_vcpu_cpu_graphs(self, report, starttime): argument
303 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py33 self.starttime = None
49 self.starttime = time.time()
53 endtime = self.starttime + timeout
80 …o output for %d seconds. Total running time: %d seconds." % (timeout, time.time() - self.starttime)
131 … self.log("[Command returned '%d' after %.2f seconds]" % (status, time.time() - proc.starttime))
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py64 starttime = time.time()
67 "" % (status, time.time() - starttime))
218 starttime = time.time()
224 endtime = starttime + timeout
266 endtime = time.time() - starttime
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py64 starttime = time.time()
76 runtime = int(endtime-starttime)
H A Dltp_stress.py64 starttime = time.time()
75 runtime = int(endtime-starttime)
H A Dltp.py73 starttime = time.time()
100 sections['duration'] = int(endtime-starttime)
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py43 self.starttime = {}
59 if test.id() not in self.starttime:
60 self.starttime[test.id()] = time.time()
187 if case.id() in self.starttime and case.id() in self.endtime:
188 duration = self.endtime[case.id()] - self.starttime[case.id()]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py316 starttime = time.time()
320 if time.time() > (starttime + 30):
342 starttime = time.time()
346 if time.time() > (starttime + 30):
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py241 print("Test Start Time:\t %s" % result.suite.starttime)
345 l_stime = xml_to_csv_time(testcase.starttime)
/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py159 starttime: str,
210 f'[{starttime}] {endtime:13}{thistime_s:5} {lasttime_s:14} '
353 starttime=start,
366 starttime=start, endtime=end,
/openbmc/qemu/tests/vm/
H A Dbasevm.py439 starttime = datetime.datetime.now()
440 endtime = starttime + datetime.timedelta(seconds=seconds)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1279 starttime = time.time()
1280 lasttime = starttime
1303 …tup loop progress: %s of %s in %s" % (len(todeal), len(self.runtaskentries), lasttime - starttime))
1306 if (endtime-starttime > 60):
1307 hashequiv_logger.verbose("Initial setup loop took: %s" % (endtime-starttime))
2599 starttime = time.time()
2600 lasttime = starttime
2645 …ashequiv_logger.verbose("Rehash loop slow progress: %s in %s" % (len(total), lasttime - starttime))
2648 if (endtime-starttime > 60):
2649 hashequiv_logger.verbose("Rehash loop took more than 60s: %s" % (endtime-starttime))
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py68 self.result.starttime[test.id()] = self._test_start.timestamp()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c732 cci->bg.starttime = 0; in cmd_infostat_bg_op_abort()
3948 cci->bg.starttime = now; in cxl_process_cci_message()
3963 total_time = cci->bg.starttime + cci->bg.runtime; in bg_timercb()
4002 100 * (now - cci->bg.starttime) / cci->bg.runtime; in bg_timercb()
4012 cci->bg.starttime = 0; in bg_timercb()
4050 cci->bg.starttime = 0; in cxl_init_cci()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h189 uint64_t starttime; member
/openbmc/qemu/hw/ppc/
H A Dspapr.c2274 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in htab_save_later_pass() local
2302 (qemu_clock_get_ns(QEMU_CLOCK_REALTIME) - starttime) > max_ns) { in htab_save_later_pass()
2323 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in htab_save_later_pass()
2364 if (!final && (qemu_clock_get_ns(QEMU_CLOCK_REALTIME) - starttime) > max_ns) { in htab_save_iterate()
2225 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); htab_save_first_pass() local
/openbmc/qemu/target/ppc/
H A Dkvm.c2713 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); in kvmppc_get_htab_fd()
2744 ((qemu_clock_get_ns(QEMU_CLOCK_REALTIME) - starttime) < max_ns))); in kvmppc_save_htab()
2724 int64_t starttime = qemu_clock_get_ns(QEMU_CLOCK_REALTIME); kvmppc_save_htab() local