Chromium Code Reviews| Index: chrome/common/metrics/proto/system_profile.proto |
| diff --git a/chrome/common/metrics/proto/system_profile.proto b/chrome/common/metrics/proto/system_profile.proto |
| index abeea2bb0f269a0cffb5d528b80a890ce25bf025..ea2f53af3d4b99aa777a32aa533f7cb8207f91dc 100644 |
| --- a/chrome/common/metrics/proto/system_profile.proto |
| +++ b/chrome/common/metrics/proto/system_profile.proto |
| @@ -325,6 +325,7 @@ message SystemProfileProto { |
| } |
| repeated Plugin plugin = 7; |
| + // Next tag: 24 |
| // Figures that can be used to generate application stability metrics. |
| // All values are counts of events since the last time that these |
| // values were reported. |
| @@ -398,6 +399,10 @@ message SystemProfileProto { |
| // |launch_count|. |
| optional int32 debugger_not_present_count = 21; |
| + // All types of GPU crashes. Further details can be seen in the |
|
Alexei Svitkine (slow)
2013/12/13 22:37:22
Nit: Use same wording as other comments... "The nu
rkaplow
2013/12/13 23:54:03
Done.
|
| + // GPU.GPUProcessTerminationStatus histogram. |
| + optional int32 gpu_crash_count = 23; |
| + |
| // Stability information for all installed plugins. |
| message PluginStability { |
| // The relevant plugin's information (name, etc.) |