home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML>
- <html>
- <!--
- Copyright (c) 2010 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.
- -->
-
-
-
- <!------------------------------------------------------------------------------
- WARNING: This file is generated by generate_about_tracing_contents.py
-
- Do not edit directly.
-
-
- ------------------------------------------------------------------------------->
-
-
-
- <head i18n-values="dir:textdirection;">
- <style>
- html, body {
- height: 100%;
- }
-
- body {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- padding: 0px;
- margin: 0;
- }
-
- </style>
- <style>/* 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. */
-
- .timeline-track-button {
- background-color: rgba(255, 255, 255, 0.5);
- border: 1px solid rgba(0, 0, 0, 0.1);
- color: rgba(0,0,0,0.2);
- font-size: 10px;
- height: 12px;
- text-align: center;
- width: 12px;
- }
-
- .timeline-track-button:hover {
- background-color: rgba(255, 255, 255, 1.0);
- border: 1px solid rgba(0, 0, 0, 0.5);
- box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
- color: rgba(0, 0, 0, 1);
- }
-
- .timeline-track-close-button {
- left: 2px;
- position: absolute;
- top: 2px;
- }
-
- .timeline-track-collapse-button {
- left: 17px;
- position: absolute;
- top: 2px;
- }
-
-
- </style>
- <style>/* 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. */
-
- .timeline-canvas-based-track {
- -webkit-box-align: stretch;
- -webkit-box-orient: horizontal;
- background-color: white;
- display: -webkit-box;
- margin: 0;
- padding: 0 5px 0 0;
- }
-
- .timeline-canvas-based-track-title {
- background-color: #d6dde5;
- border-right: 1px solid #8e8e8e;
- overflow: hidden;
- padding-right: 5px;
- padding-left: 18px;
- text-align: left;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .timeline-canvas-based-track-canvas-container {
- -webkit-box-flex: 1;
- width: 100%;
- }
-
- .timeline-canvas-based-track-canvas {
- -webkit-box-flex: 1;
- display: block;
- }
- </style>
- <style>/* 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. */
-
- .timeline-slice-track {
- height: 18px;
- }
- </style>
- <style>/* 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. */
-
- .timeline-counter-track {
- height: 30px;
- position: relative;
- }
- </style>
- <style>/* 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. */
-
- .timeline-thread-track {
- -webkit-box-orient: vertical;
- display: -webkit-box;
- position: relative;
- }
-
- /* The first row of slices in each thread should have a border above it. */
- .timeline-thread-track > .timeline-slice-group-track.first-visible-child > .timeline-slice-track.first-visible-child .timeline-canvas-based-track-canvas-container {
- border-top: 1px solid #D8D8D8;
- height: 21px;
- padding-top: 2px;
- }
-
- /* ...except for the very first one at the top. */
- .timeline-process-track.first-visible-child > .timeline-thread-track.first-visible-child > .timeline-slice-group-track.first-visible-child > .timeline-slice-track.first-visible-child .timeline-canvas-based-track-canvas-container {
- border-top: 0;
- }
-
- /* The track containing the heading is 21px tall. */
- .timeline-thread-track > .timeline-slice-group-track.first-visible-child .timeline-canvas-based-track:first-child {
- height: 21px;
- }
-
- /* The last row of slices should have a gap underneath it. */
- .timeline-thread-track .timeline-canvas-based-track:last-child .timeline-canvas-based-track-canvas-container {
- margin-bottom: 4px;
- }
-
- /* ...but in order for that to work, we need to make the whole last track
- * taller. This allows us to have a gap under the slices, but not in the heading
- * column on the left. */
- .timeline-thread-track .timeline-canvas-based-track:last-child {
- height: 22px;
- }
-
- /* ...and if it happens to be the only track, then we need to be more specific
- * than the heading rule above. */
- .timeline-thread-track > .timeline-slice-group-track.first-visible-child .timeline-canvas-based-track:first-child:last-child {
- height: 22px;
- }
-
-
- </style>
- <style>/* 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. */
-
- .timeline-model-track {
- -webkit-box-flex: 1;
- }
- </style>
- <style>/* 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. */
-
- .timeline-viewport-track {
- height: 12px;
- }
-
- .timeline-viewport-track-with-distance-measurements {
- height: 24px;
- }
-
- .timeline-viewport-track .timeline-canvas-based-track-canvas-container {
- border-bottom: 1px solid #8e8e8e;
- }
- </style>
- <style>/* 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. */
-
- .timeline * {
- -webkit-user-select: none;
- cursor: default;
- }
-
- .timeline {
- -webkit-box-orient: vertical;
- display: -webkit-box;
- }
-
- .timeline-model-track-container {
- -webkit-box-flex: 1;
- overflow: auto;
- }
-
- .timeline-drag-box {
- background-color: rgba(0, 0, 255, 0.25);
- border: 1px solid rgb(0, 0, 96);
- font-size: 75%;
- position: fixed;
- }
- </style>
- <style>/* 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. */
-
- .timeline-analysis {
- font-family: monospace;
- white-space: pre;
- }
- .timeline-analysis * {
- -webkit-user-select: text !important;
- cursor: text;
- }
-
- .timeline-analysis-table {
- border-collapse: collapse;
- border-width: 0;
- }
-
- .timeline-analysis-table > tr > td:first-child {
- padding-left: 2px;
- }
-
- .timeline-analysis-table > tr > td {
- padding: 2px 4px 2px 4px;
- }
-
- .timeline-analysis-table-header {
- text-align: left;
- }
-
- .timeline-analysis-table-row:nth-child(2n+0) {
- background-color: #e2e2e2;
- }
-
- .timeline-analysis-slice-table-col-0 {
- }
- .timeline-analysis-slice-table-col-1 {
- }
-
- .timeline-analysis-slices-table-col-0 {
- }
- .timeline-analysis-slices-table-col-1 {
- text-align: right;
- }
- .timeline-analysis-slices-table-col-2 {
- text-align: right;
- }
-
- .timeline-analysis-counter-table-col-0 {
- }
- .timeline-analysis-counter-table-col-0 {
- }
- </style>
- <style>/* 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. */
-
- .overlay-root * {
- -webkit-user-select: none;
- box-sizing: border-box;
- }
-
- .overlay-root {
- -webkit-box-align: stretch;
- -webkit-box-orient: horizontal;
- -webkit-box-pack: center;
- -webkit-user-select: none;
- background: rgba(0, 0, 0, 0.8);
- display: -webkit-box;
- font-family: sans-serif;
- height: 100%;
- left: 0;
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 1000;
- }
-
- .overlay-root:not([visible]),
- .overlay:not([visible]) {
- display: none;
- }
-
- .overlay-root > .content-host {
- -webkit-box-align: stretch;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- -webkit-user-select: auto;
- display: -webkit-box;
- }
-
- .overlay-root > .content-host > * {
- background: rgb(255, 255, 255);
- }
-
- .overlay {
- max-height: 500px;
- overflow: auto;
- padding: 8px;
- }</style>
- <style>/* 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. */
-
- .timeline-view * {
- -webkit-user-select: none;
- box-sizing: border-box;
- }
-
- .timeline-view {
- -webkit-box-flex: 1;
- -webkit-box-orient: vertical;
- cursor: default;
- display: -webkit-box;
- font-family: sans-serif;
- padding: 0;
- }
-
- .timeline-view > .control > .title {
- font-size: 14px;
- height: 19px;
- padding-left: 2px;
- padding-right: 8px;
- padding-top: 2px;
- }
-
- .timeline-view > .control {
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#D1D1D1));
- background-color: #e6e6e6;
- border-bottom: 1px solid #8e8e8e;
- display: -webkit-box;
- }
-
- .timeline-view > .control > .controls {
- display: -webkit-box;
- }
-
- .timeline-view > .control > span {
- padding-left: 5px;
- padding-right: 10px;
- }
-
- .timeline-view > .control > .controls > button,
- .timeline-view > .control > .controls > label {
- font-size: 11px;
- margin: 1px 2px 1px 2px;
- height: 19px;
- }
-
- .timeline-view > .control > .spacer {
- -webkit-box-flex: 1;
- }
-
- .timeline-view > .timeline-container {
- -webkit-box-flex: 1;
- display: -webkit-box;
- border-bottom: 1px solid #8e8e8e;
- }
-
- .timeline-view > .timeline-container > * {
- -webkit-box-flex: 1;
- }
-
- .timeline-drag-handle {
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E5E5E5), to(#D1D1D1));
- height: 8px;
- border-top: 1px solid white;
- border-bottom: 1px solid #8e8e8e;
- cursor: ns-resize;
- }
-
- .timeline-view > .analysis-container {
- height: 250px;
- overflow: auto;
- padding-left: 2px;
- padding-right: 2px;
- }
-
- .timeline-view .selection {
- margin: 2px;
- }
-
- .timeline-view .selection ul {
- margin: 0;
- }
-
- .timeline-find-control {
- -webkit-user-select: none;
- display: -webkit-box;
- position: relative;
- }
-
- .timeline-find-control .hit-count-label {
- left: 0;
- opacity: 0.25;
- pointer-events: none;
- position: absolute;
- text-align: right;
- top: 2px;
- width: 170px;
- z-index: 1;
- }
-
- .timeline-find-control input {
- -webkit-user-select: auto;
- background-color: #f8f8f8;
- border: 1px solid rgba(0, 0, 0, 0.5);
- box-sizing: border-box;
- height: 19px;
- margin-bottom: 1px;
- margin-left: 0;
- margin-right: 0;
- margin-top: 1px;
- padding: 0;
- width: 170px;
- }
- .timeline-find-control input:focus {
- background-color: white;
- }
-
- .timeline-button.find-previous {
- border-left: none;
- margin-left: 0;
- margin-right: 0;
- }
- .timeline-button.find-next {
- border-left: none;
- margin-left: 0;
- }
-
- .timeline-view-help-overlay {
- padding: 6px;
- }
-
- .timeline-button {
- background-color: #f8f8f8;
- border: 1px solid rgba(0, 0, 0, 0.5);
- color: rgba(0,0,0,0.8);
- font-size: 14px;
- height: 19px;
- margin: 1px;
- text-align: center;
- width: 23px;
- }
-
- .timeline-button:hover {
- background-color: rgba(255, 255, 255, 1.0);
- border: 1px solid rgba(0, 0, 0, 0.8);
- box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
- color: rgba(0, 0, 0, 1);
- }
-
- .timeline-view-info-button {
- width: auto;
- padding-left: 4px;
- padding-right: 4px;
- }
-
- .timeline-view-info-button:hover {
- border: solid 1px;
- }
-
- .timeline-view-import-errors-button {
- color: darkred;
- border: solid 1px rgba(128, 0, 0, 0.2);
- }
-
- .timeline-view-import-errors-button:hover {
- color: red;
- border: solid 1px red;
- }
-
- .import-errors-dialog {
- overflow: auto;
- min-width: 400px;
- min-height: 200px;
- max-width: 800px;
- max-height: 500px;
- }
-
- .import-errors-dialog-text {
- white-space: pre;
- font-family: monospace;
- margin: 8px;
- }
-
- .metadata-dialog {
- overflow: auto;
- min-width: 400px;
- min-height: 200px;
- max-width: 800px;
- max-height: 500px;
- }
-
- .metadata-dialog-text {
- white-space: pre;
- font-family: monospace;
- margin: 8px;
- }
-
- .category-filter-dialog {
- min-width: 400px;
- min-height: 200px;
- padding: 20px;
- }
-
- .category-filter-dialog-form {
- padding: 10px;
- font-size: 80%;
- }
-
- .category-filter-dialog-form input {
- margin-right: 7px;
- }
- </style>
- <style>/* 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. */
-
- .tracing-overlay {
- -webkit-box-align: center;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- display: -webkit-box;
- height: 80px;
- text-align: center;
- width: 200px;
- }
-
- .tracing-start-button {
- -webkit-margin-start: 5px;
- background: rgb(255, 0, 0);
- background-clip: border-box;
- border: 1px solid black;
- border-bottom: 0;
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- display: inline-block;
- margin-top: 4px;
- padding: 5px 10px 3px 10px;
- position: fixed;
- right: 3px;
- text-align: center;
- text-decoration: none;
- top: -1px;
- }
- </style>
- <style>/* 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. */
-
- .profiling-view {
- -webkit-box-flex: 1;
- -webkit-box-orient: vertical;
- display: -webkit-box;
- padding: 0;
- }
-
- .profiling-view > .container {
- -webkit-box-flex: 1;
- display: -webkit-box;
- }
-
- .profiling-overlay {
- -webkit-box-orient: vertical;
- display: -webkit-box;
- text-align: center;
- }
-
- .profiling-overlay .raw-text {
- -webkit-box-flex: 1;
- overflow: auto;
- wrap: none;
- }
-
- .profiling-overlay .error {
- border: 1px solid red;
- text-align: center;
- }
- </style>
-
- <script src="chrome://tracing/tracing.js"></script>
- </head>
- <body>
- <div id="profiling-view"></div>
- </body>
- </html>
-