Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(254)

Side by Side Diff: chrome/browser/resources/gpu_internals/tracing_controller.html

Issue 6691013: Introduce gpu_trace_event for gpu performance analysis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback updates Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!--
2 Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6 <div hidden>
7 <div id="gpu-tracing-start-button-template" class="gpu-tracing-start-button">
8 Record new data
9 </div>
10 <div id="gpu-tracing-overlay-template" class="gpu-tracing-overlay">
11 <div class="gpu-tracing-status">Tracing active.</div>
12 <button class="gpu-tracing-stop-button">Stop tracing</button>
13 </div>
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698