Index: tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric.py |
diff --git a/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric.py b/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric.py |
index e37a1f80a385e8bec0a7d22ba0e78ae7940c0318..f406b12c1403169a175c9b550506c219cb5c6f00 100644 |
--- a/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric.py |
+++ b/tools/telemetry/telemetry/web_perf/metrics/timeline_based_metric.py |
@@ -29,7 +29,7 @@ def _TimeRangesHasOverlap(iterable_time_ranges): |
class TimelineBasedMetric(object): |
def __init__(self): |
- """Computes metrics from a telemetry.core.timeline Model and a range |
+ """Computes metrics from a telemetry.timeline Model and a range |
""" |
super(TimelineBasedMetric, self).__init__() |
@@ -41,7 +41,7 @@ class TimelineBasedMetric(object): |
within the interaction_records' start and end time ranges. |
Args: |
- model: An instance of telemetry.core.timeline.model.TimelineModel. |
+ model: An instance of telemetry.timeline.model.TimelineModel. |
interaction_records: A list of instances of TimelineInteractionRecord. If |
the override of this method doesn't support overlapped ranges, use |
VerifyNonOverlappedRecords to check that no records are overlapped. |