summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/system_metrics.proto
blob: 42c0952b5f05601df780cfb9f190a2cd5eef07d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2009 The Chromium Authors. All rights reserved.  Use
// of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package chrome_os_pb;

option optimize_for = LITE_RUNTIME;

message SystemMetrics {
  optional int32 boot_time_ms = 1;
  optional int32 up_time_s = 2;
  optional int32 keystroke_window_cycling_count = 3;
  optional int32 overview_keystroke_count = 4;
  optional int32 overview_exit_mouse_count = 5;
  optional int32 overview_exit_keystroke_count = 6;
}