HomeSort by relevance Sort by last modified time
    Searched refs:smooth_records (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/perf/measurements/
thread_times.py 46 self._timeline_controller.smooth_records, results)
smoothness_controller.py 76 smooth_records = []
87 smooth_records.append(
95 if len(smooth_records) == 0:
103 smooth_records = [run_smooth_actions_record]
110 self._timeline_model, renderer_thread, smooth_records, results)
timeline_controller.py 95 def smooth_records(self): member in class:TimelineController

Completed in 3613 milliseconds