| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | plot.py | 118 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 D | sshcontrol.py | 33 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 D | ssh.py | 64 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 D | ltp_compliance.py | 64 starttime = time.time() 76 runtime = int(endtime-starttime)
|
| H A D | ltp_stress.py | 64 starttime = time.time() 75 runtime = int(endtime-starttime)
|
| H A D | ltp.py | 73 starttime = time.time() 100 sections['duration'] = int(endtime-starttime)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 43 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 D | test_project_page_tab_config.py | 316 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 D | gen_csv_results.py | 241 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 D | testrunner.py | 159 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 D | basevm.py | 439 starttime = datetime.datetime.now() 440 endtime = starttime + datetime.timedelta(seconds=seconds)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1279 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 D | concurrencytest.py | 68 self.result.starttime[test.id()] = self._test_start.timestamp()
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-mailbox-utils.c | 732 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 D | cxl_device.h | 189 uint64_t starttime; member
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr.c | 2274 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 D | kvm.c | 2713 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
|