Index: tools/perf/metrics/system_memory.py |
diff --git a/tools/perf/metrics/system_memory.py b/tools/perf/metrics/system_memory.py |
index 6909d16a4f73efe8791fb219b7bf525ccc49ea43..ec3ce2e9ed542b9004411df223a94fa89c53a09f 100644 |
--- a/tools/perf/metrics/system_memory.py |
+++ b/tools/perf/metrics/system_memory.py |
@@ -2,9 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+from telemetry.value import scalar |
+ |
from metrics import memory |
from metrics import Metric |
-from telemetry.value import scalar |
class SystemMemoryMetric(Metric): |