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

Unified Diff: utils/threading_utils.py

Issue 25530003: Rename load_test to isolateserver_load_test, create swarming_load_test. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/tools/swarm_client@2_exception
Patch Set: This CL will get in one way or another Created 7 years, 2 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/swarming_load_test_client.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/threading_utils.py
diff --git a/utils/threading_utils.py b/utils/threading_utils.py
index b56ae35453bd5ad69097cc59fd9fa161b67d52e7..9b2150e5f34963642a6fe59ba440009b3f7e85b6 100644
--- a/utils/threading_utils.py
+++ b/utils/threading_utils.py
@@ -423,9 +423,11 @@ class Progress(object):
"""Queue information to print out.
Arguments:
+ name: string to print out to describe something that was completed.
raw: if True, prints the data without the header.
- <name>: argument name is a name of a column. it's value is the increment
- to the column, value is usually 0 or 1.
+ raw: if True, prints the data without the header.
+ <kwargs>: argument name is a name of a column. it's value is the increment
+ to the column, value is usually 0 or 1.
"""
assert isinstance(name, str)
assert isinstance(raw, bool)
« no previous file with comments | « tools/swarming_load_test_client.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698