Lines Matching refs:result
10 %prog -t "ia32 results" Result,../result.json Master,/path-to/master.json -o results.html
11 %prog -t "x64 results" ../result.json master.json -o results.html
97 def __init__(self, units, count, result, sigma):
100 self.result_ = float(result)
129 def result(self):
364 self.Print(" <td>%3.1f</td>" % run.result())
417 print ("Processing result set \"%s\", file: %s" % (run_name, filename))
458 result = benchmark_object.getResult(run_name)
459 renderer.PrintResult(result)
462 main_result = result
464 renderer.PrintComparison(result, main_result)
482 help="[column name,]./path-to/result.json - a comma-separated" +