Home | History | Annotate | Download | only in bootperf-bin

Lines Matching refs:results

5 """Routines for reading performance results from a directory.
22 def _ReadKeyvalFile(results, file_):
23 """Read an autotest keyval file, and process the results.
30 including the last iteration. Each iteration's results are added
31 to the `results` parameter, which should be an instance of
34 @param results A TestResultSet where the result data will be
36 @param file_ File object for the results file to be read.
42 results.AddIterationResults(kvd)
51 _RESULTS_PATH = "summary/platform_BootPerfServer/results/keyval"
55 """Process results from a 'bootperf' output directory.
57 The accumulated results are returned in a newly created
60 @param dir_ The directory containing the test results keyval file.