1<!DOCTYPE html> 2<!-- 3Copyright (c) 2012 The Chromium Authors. All rights reserved. 4Use of this source code is governed by a BSD-style license that can be 5found in the LICENSE file. 6--> 7<html> 8<head i18n-values="dir:textdirection;"> 9<title>Android System Trace</title> 10<style type="text/css">tabbox{display:-webkit-box;}</style> 11<script language="javascript">'use strict';function onLoad() {} 12document.addEventListener('click', function(g) {}); 13</script> 14<style> 15 .view { 16 overflow: hidden; 17 } 18</style> 19</head> 20<body> 21 <div class="view"> 22 </div> 23 <script> 24 'use strict'; 25 var linuxPerfData = "\ 26# tracer: nop\n\ 27#\n\ 28# TASK-PID CPU# TIMESTAMP FUNCTION\n\ 29# | | | | |\n\ 30 hwc_eventmon-336 [000] 50260.929925: 0: C|124|VSYNC|1\n\ 31 Binder_1-340 [000] 50260.935656: 0: C|124|StatusBar|1\n\ 32 hwc_eventmon-336 [000] 50260.946573: 0: C|124|VSYNC|0\n\ 33 InputReader-419 [000] 50262.538578: 0: C|360|iq|1\n\ 34 \n"; 35 </script> 36</body> 37</html> 38