aboutsummaryrefslogtreecommitdiff
path: root/crosperf/schedv2.py
diff options
context:
space:
mode:
authorHan Shen <shenhan@google.com>2015-09-18 11:02:30 -0700
committerHan Shen <shenhan@google.com>2015-09-21 17:33:05 +0000
commit3c43b87571a5f46b73c62ed92f11b5868e9f38c5 (patch)
treefcdb1a04b90412fa4889e7531a852ad02e311102 /crosperf/schedv2.py
parent624bae7781fe3fc8ecbf2e314b1b637ea808d74f (diff)
downloadtoolchain-utils-3c43b87571a5f46b73c62ed92f11b5868e9f38c5.tar.gz
Fixed one runtime error and enabled more output for schedv2.
One bug fixed - runtime error in nightly - command_executor is not imported, although this does not break crosperf functionality. Enabled more output - I enabled thread status reporting even under non-verbose, the output is concise and it is helpful in case of debugging. TEST=manually launched crosperf. Change-Id: I775069d92b84e8f069d537df884ee07057abd3bf Reviewed-on: https://chrome-internal-review.googlesource.com/231387 Reviewed-by: Han Shen <shenhan@google.com> Tested-by: Han Shen <shenhan@google.com>
Diffstat (limited to 'crosperf/schedv2.py')
-rw-r--r--crosperf/schedv2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crosperf/schedv2.py b/crosperf/schedv2.py
index 50df8edd..a8ef4d57 100644
--- a/crosperf/schedv2.py
+++ b/crosperf/schedv2.py
@@ -10,6 +10,7 @@ from collections import defaultdict
from machine_image_manager import MachineImageManager
from threading import Lock
from threading import Thread
+from utils import command_executer
from utils import logger