aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2013-05-17 10:50:02 -0700
committerChromeBot <chrome-bot@google.com>2013-05-20 03:39:39 -0700
commit8cad5d6b898579aae593b1fcf53675882a014b11 (patch)
tree626b063f5c3af8340ce31bd12af8d0af7c42aa96
parent13a9fc381d3a364b00af9704f4592722ac7f9a1b (diff)
downloadtoolchain-utils-8cad5d6b898579aae593b1fcf53675882a014b11.tar.gz
crosperf: import time to autotest_runner.py
BUG=None TEST=run a small crosperf test and it passes. Change-Id: I9c4ee6487ef7e164d78a30821db0dcb76c6ccbc7 Reviewed-on: https://gerrit-int.chromium.org/38133 Reviewed-by: Luis Lozano <llozano@chromium.org> Tested-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Yunlian Jiang <yunlian@google.com>
-rw-r--r--crosperf/autotest_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/crosperf/autotest_runner.py b/crosperf/autotest_runner.py
index dc35a59f..7385da5d 100644
--- a/crosperf/autotest_runner.py
+++ b/crosperf/autotest_runner.py
@@ -2,6 +2,8 @@
#
# Copyright 2011 Google Inc. All Rights Reserved.
+import time
+
from utils import command_executer