Searched refs:format_r (Results 1 – 2 of 2) sorted by relevance
293 def format_r(r): function341 print("\033[31m %s slower in %s\033[0m" % (format_r(1/r), suspect))343 print("\033[32m %s faster in %s\033[0m" % (format_r(r), suspect))
291 def format_r(r): function340 (format_r(1/r), suspect)343 (format_r(r), suspect)