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

Unified Diff: generate_perf.py

Issue 11369249: Add annotated FYI perf_ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/perf.git@master
Patch Set: Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_perf.py
diff --git a/generate_perf.py b/generate_perf.py
index 310d90eb6733f05b200b1acefdb2245ace0b3bca..0bdc2eafc0d3bdf1489f419d8ddb81c2bf153d64 100755
--- a/generate_perf.py
+++ b/generate_perf.py
@@ -17,7 +17,9 @@ SystemTitles = {
'chromium-rel-mac5-clang': 'Chromium Mac 10.5 (clang)',
'chromium-rel-mac6-cg': 'Chromium Mac 10.6 (cg)',
'chromium-rel-mac6-clang': 'Chromium Mac 10.6 (clang)',
+ 'chromium-rel-mac7-fyi': 'Chromium Mac 10.7 FYI',
'chromium-rel-win7-dual': 'Chromium Win7',
+ 'chromium-rel-win7-dual-fyi': 'Chromium Win7 FYI',
'chromium-rel-win7-gpu-ati': 'Chromium Win7 GPU (ATI)',
'chromium-rel-win7-gpu-intel': 'Chromium Win7 GPU (Intel)',
'chromium-rel-win7-gpu-nvidia': 'Chromium Win7 GPU (NVIDIA)',
@@ -40,6 +42,7 @@ SystemTitles = {
'linux-debug': 'Linux Perf (debug)',
'linux-release': 'Chromium Linux',
'linux-release-64': 'Chromium Linux 64',
+ 'linux-release-fyi': 'Chromium Linux FYI',
'linux-release-hardy': 'Linux Perf',
'linux-release-lowmem': 'Linux Perf (lowmem)',
'linux-release-memory': 'Chromium Linux Memory',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698