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

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: change expectation 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..2da1767b21339cf3da3fe8dc4c84e185a44fad90 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_result_debug_info_with_cpu_snapshot()
bisector.post_result(halt_on_failure=True)

Powered by Google App Engine
This is Rietveld 408576698