Home
last modified time | relevance | path

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

/third_party/skia/tools/calmbench/
Dab.py293 def format_r(r): function
341 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))
/third_party/flutter/skia/tools/calmbench/
Dab.py291 def format_r(r): function
340 (format_r(1/r), suspect)
343 (format_r(r), suspect)