Index: tools/perf/metrics/memory.py |
diff --git a/tools/perf/metrics/memory.py b/tools/perf/metrics/memory.py |
index 70b2ccff928fe81306e7339efcddc720ade139c2..4c3cd52b7be151f651b551fd133ec35277da1e3a 100644 |
--- a/tools/perf/metrics/memory.py |
+++ b/tools/perf/metrics/memory.py |
@@ -4,11 +4,12 @@ |
import sys |
-from metrics import Metric |
from telemetry.value import histogram |
from telemetry.value import histogram_util |
from telemetry.value import scalar |
+from metrics import Metric |
+ |
_HISTOGRAMS = [ |
{ |