Html程序  |  38行  |  1.01 KB

<!DOCTYPE HTML>
<!--
Copyright (c) 2012 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.
-->
<html>
<head i18n-values="dir:textdirection;">
<title>Android System Trace</title>
<style type="text/css">tabbox{display:-webkit-box;}</style>
<script language="javascript">'use strict';function onLoad() {}
document.addEventListener('click', function(g) {});
</script>
<style>
  .view {
    overflow: hidden;
  }
</style>
</head>
<body>
  <div class="view">
  </div>
  <script>
  'use strict';
  var linuxPerfData = "\
# tracer: nop\n\
#\n\
#            TASK-PID    CPU#    TIMESTAMP  FUNCTION\n\
#               | |       |          |         |\n\
     hwc_eventmon-336   [000] 50260.929925: 0: C|124|VSYNC|1\n\
         Binder_1-340   [000] 50260.935656: 0: C|124|StatusBar|1\n\
     hwc_eventmon-336   [000] 50260.946573: 0: C|124|VSYNC|0\n\
      InputReader-419   [000] 50262.538578: 0: C|360|iq|1\n\
         \n";
  </script>
</body>
</html>