1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. Use 2 // of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 package chrome_os_pb; 6 7 option optimize_for = LITE_RUNTIME; 8 9 message SystemMetrics { 10 optional int32 boot_time_ms = 1; 11 optional int32 up_time_s = 2; 12 optional int32 keystroke_window_cycling_count = 3; 13 optional int32 overview_keystroke_count = 4; 14 optional int32 overview_exit_mouse_count = 5; 15 optional int32 overview_exit_keystroke_count = 6; 16 } 17