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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/local_bisect.py

Issue 2031883002: Initiate the script that takes a snapshot of CPU usage (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix styling inconsistency and bug Created 4 years, 6 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
Index: scripts/slave/recipe_modules/auto_bisect/local_bisect.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/local_bisect.py b/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
index c5fb2cc8d93d65c0d111a9420be62228f68ddc0e..22be8a07c79b2a93186193cdd556da65e9242ec0 100644
--- a/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
+++ b/scripts/slave/recipe_modules/auto_bisect/local_bisect.py
@@ -26,6 +26,7 @@ def perform_bisect(api, **flags): # pragma: no cover
else:
bisector.bisect_over = True
bisector.print_result_debug_info()
+ bisector.print_cpu()
bisector.post_result(halt_on_failure=True)
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/bisector.py ('k') | scripts/slave/recipe_modules/auto_bisect/resources/cpu_usage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698