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

  /external/chromium_org/tools/perf/measurements/
timeline_controller.py 58 run_smooth_actions_record = None
65 assert run_smooth_actions_record is None, (
68 run_smooth_actions_record = r
78 if len(self._smooth_records) == 0 and run_smooth_actions_record:
79 self._smooth_records = [run_smooth_actions_record]
  /external/chromium_org/tools/telemetry/examples/
measure_trace.py 28 run_smooth_actions_record = None
39 assert run_smooth_actions_record is None, (
42 run_smooth_actions_record = r
46 # Only include run_smooth_actions_record (label =
48 records = [run_smooth_actions_record]

Completed in 1995 milliseconds