Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py302 suite_size = 2**N variable
305 est_exec_time_suite = suite_size * est_exec_time_once
310 log(" Number of cycles : ", loop_count*suite_size,
311 " (", suite_size, " sets of ", loop_count, " cycles)")
327 for i in range(0, suite_size):
330 msg = "%2d/%2d:" % (i+1, suite_size)