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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2055613002: Report hash of Chrome's parent process name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review changes 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:
Download patch
« no previous file with comments | « chrome/browser/install_verification/win/install_verification.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f91fd096275ac7a9a10973ff77bd82c6e1b72e5c..3f52b60b3647a4e93bf377b54b6ba5c98beececd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63451,6 +63451,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Windows.ParentProcessNameHash" enum="ProcessNameHash">
+ <owner>wfh@chromium.org</owner>
+ <summary>
+ The 32-bit hash of the lower-case parent process basename (e.g.
+ explorer.exe) of the main Chrome executable. Reported once during startup as
+ part of install verification.
+ </summary>
+</histogram>
+
<histogram name="Windows.Tablet" enum="BooleanTablet">
<owner>zturner@chromium.org</owner>
<summary>Count of browser launches from a Windows tablet pc.</summary>
@@ -84641,6 +84650,27 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="7" label="PRIVET_DISABLE_NOTIFICATIONS_CLICKED"/>
</enum>
+<enum name="ProcessNameHash" type="int">
+ <summary>
+ The hash of a lower case process name generated using metrics::HashName.
+ </summary>
+ <int value="-1975402871" label="windbg.exe"/>
+ <int value="-1883802758" label="chrome.exe"/>
+ <int value="-1728702815" label="devenv.exe"/>
+ <int value="-642217101" label="new_chrome.exe"/>
+ <int value="-319883659" label="perl.exe"/>
+ <int value="-214303849" label="userinit.exe"/>
+ <int value="-84282901" label="cmd.exe"/>
+ <int value="-46738700" label="svchost.exe"/>
+ <int value="0" label="Unknown"/>
+ <int value="98111354" label="explorer.exe"/>
+ <int value="742620152" label="python.exe"/>
+ <int value="1408608854" label="old_chrome.exe"/>
+ <int value="1590408389" label="services.exe"/>
+ <int value="1614875030" label="taskeng.exe"/>
+ <int value="1914315258" label="cdb.exe"/>
+</enum>
+
<enum name="ProcessType" type="int">
<obsolete>
Deprecated 3/2013. No longer generated.
« no previous file with comments | « chrome/browser/install_verification/win/install_verification.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698