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

Unified Diff: tools/win/new_analyze_warnings/README

Issue 1061663002: Adding batch file and scripts to get new /analyze warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set executable bit on retrieve_latest_warnings.bat. Created 5 years, 8 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/win/new_analyze_warnings/OWNERS ('k') | tools/win/new_analyze_warnings/retrieve_latest_warnings.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/new_analyze_warnings/README
diff --git a/tools/win/new_analyze_warnings/README b/tools/win/new_analyze_warnings/README
new file mode 100644
index 0000000000000000000000000000000000000000..ac85fcd60c8fdc36cdda578d24b29f21d93bbee9
--- /dev/null
+++ b/tools/win/new_analyze_warnings/README
@@ -0,0 +1,20 @@
+Use these scripts to retrieve and summarize the latest /analyze warnings
+from buildbot. Run retrieve_latest_warnings.bat.
+
+For best results you should have a Chromium repo that can be synced to the
+state of the tree that produced the latest set of warnings. If you set
+ANALYZE_REPO to point at such a repo then after the warnings are retrieved,
+summarized, and diffed the repo will be synced appropriately. Once this
+process has completed you can investigate the individual warnings. Typical
+usage is like this:
+
+> set ANALYZE_REPO=d:\src\analyze_chromium
+> retrieve_latests_warnings.bat
+
+For each version that is retrieved three files will be created. The _full.txt
+file is the raw results and should usually not be looked at. The _summary.txt
+file is a sorted, grouped, and uniqified copy of the results. The _new.txt
+file is only created if previous results were found and it contains the diffs.
+- analyze0067_full.txt
+- analyze0067_summary.txt
+- analyze0067_new.txt
« no previous file with comments | « tools/win/new_analyze_warnings/OWNERS ('k') | tools/win/new_analyze_warnings/retrieve_latest_warnings.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698