Home | History | Annotate | Download | only in tko

Lines Matching refs:perf

123         """Loads perf values from a perf measurements file.
125 @param perf_values_file: The string path to a perf measurements file.
141 files and perf measurement files) and use them to construct a complete
165 # Grab perf values from the perf measurements file.
315 attr, perf = {}, {}
319 cls.parse_line_into_dicts(line, attr, perf)
321 iterations.append(cls(index, attr, perf))
323 attr, perf = {}, {}
324 if attr or perf:
325 iterations.append(cls(index, attr, perf))
330 """Represents a perf value iteration."""
334 Initializes the perf values for a particular test iteration.
338 contains the information for a measured perf metric from the
348 Appends to the list of perf measurements for this iteration.
351 perf metric.
360 Abstract method to parse an individual perf measurement line.
362 @param line: A string line from the perf measurement output file.
364 @return A dicionary representing the information for a measured perf
365 metric from one line of the perf measurement output file, or an
375 Load perf values from each iteration in a perf measurements file.
377 Multiple measurements for the same perf metric description are assumed
382 perf measurements.
394 # For each description string representing a unique perf metric, keep
411 # Add the perf measurement to the appropriate