| Index: tools/perf/measurements/timeline_controller.py
|
| diff --git a/tools/perf/measurements/timeline_controller.py b/tools/perf/measurements/timeline_controller.py
|
| index 42cbfd40cf508fa98d277a2840c1f76c8e715d31..77d39341e871ffcfb19080634eb1a2265a9c53eb 100644
|
| --- a/tools/perf/measurements/timeline_controller.py
|
| +++ b/tools/perf/measurements/timeline_controller.py
|
| @@ -56,7 +56,7 @@ class TimelineController(object):
|
| if not tir_module.IsTimelineInteractionRecord(event.name):
|
| continue
|
| r = tir_module.TimelineInteractionRecord.FromAsyncEvent(event)
|
| - if r.logical_name == RUN_SMOOTH_ACTIONS:
|
| + if r.label == RUN_SMOOTH_ACTIONS:
|
| assert run_smooth_actions_record is None, (
|
| 'TimelineController cannot issue more than 1 %s record' %
|
| RUN_SMOOTH_ACTIONS)
|
|
|