Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: tools/skpbench/skpbench.py

Issue 2354273004: skpbench fixes for linux (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/skpbench/_adb_path.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skpbench/skpbench.py
diff --git a/tools/skpbench/skpbench.py b/tools/skpbench/skpbench.py
index b84b0703a00ebc584c7b00f6ce20a27e992c1948..6b226e0a579098841542325d480916639e52bdee 100755
--- a/tools/skpbench/skpbench.py
+++ b/tools/skpbench/skpbench.py
@@ -10,7 +10,7 @@ from _adb import Adb
from _benchresult import BenchResult
from _hardware import HardwareException, Hardware
from argparse import ArgumentParser
-from queue import Queue
+from multiprocessing import Queue
from threading import Thread, Timer
import collections
import glob
« no previous file with comments | « tools/skpbench/_adb_path.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698