Home
last modified time | relevance | path

Searched refs:cost_time (Results 1 - 4 of 4) sorted by relevance

/build/hb/modules/interface/
H A Dbuild_module_interface.py84 @TimerUtil.cost_time
106 @TimerUtil.cost_time
121 @TimerUtil.cost_time
/build/hb/util/
H A Dtimer_util.py27 def cost_time(func): member in TimerUtil
/build/test/example/
H A Dtest_build_option.py241 flags["cost_time"] = {"pattern": r"Cost time:.*(\d+:\d+:\d+)", "flag": False}
516 flags["cost_time"] = {"pattern": r"Cost time:.*(\d+:\d+:\d+)", "flag": False}
542 cost_time_str = resolve_result["cost_time"]["flag"][0]
543 cost_time = datetime.strptime(cost_time_str, "%H:%M:%S")
544 cost_time_int = timedelta(hours=cost_time.hour, minutes=cost_time.minute, seconds=cost_time.second)
H A Dperformance_test.py364 cost_time = (self.during_time_dic.get(i).get("end_time") - self.during_time_dic.get(i).get(
366 new_cost_time = round(float(cost_time), 4)

Completed in 7 milliseconds