Home | History | Annotate | Download | only in platform

Lines Matching refs:cpu_time

49     name, iters=None, cpu_time=None, wall_time=None,
56 cpu_time: (optional) Total cpu time in seconds
69 logging.info("Benchmark [%s] iters: %d, wall_time: %g, cpu_time: %g,"
71 wall_time if wall_time is not None else -1, cpu_time if
72 cpu_time is not None else -1, throughput if
80 if cpu_time is not None:
81 entry.cpu_time = cpu_time
162 cpu_time=None,
171 cpu_time: (optional) median or mean cpu time in seconds.
181 name=name, iters=iters, cpu_time=cpu_time, wall_time=wall_time,