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

Unified Diff: content/renderer/render_widget.cc

Issue 124393006: Remove throughput_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove change to window_snapshot.h Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/perf/rendering/throughput_tests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.cc
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc
index a64b6184fca82289a2db2d5a25d880a19e28ee4c..7d71d8b03133f6ee6ba216933c8dfdbbd53ba2f3 100644
--- a/content/renderer/render_widget.cc
+++ b/content/renderer/render_widget.cc
@@ -1641,7 +1641,8 @@ void RenderWidget::DoDeferredUpdate() {
}
// Software FPS tick for performance tests. The accelerated path traces the
- // frame events in didCommitAndDrawCompositorFrame. See throughput_tests.cc.
+ // frame events in didCommitAndDrawCompositorFrame. See
+ // tab_capture_performancetest.cc.
// NOTE: Tests may break if this event is renamed or moved.
UNSHIPPED_TRACE_EVENT_INSTANT0("test_fps", "TestFrameTickSW",
TRACE_EVENT_SCOPE_THREAD);
@@ -1889,8 +1890,9 @@ void RenderWidget::DidCommitCompositorFrame() {
void RenderWidget::didCommitAndDrawCompositorFrame() {
TRACE_EVENT0("gpu", "RenderWidget::didCommitAndDrawCompositorFrame");
- // Accelerated FPS tick for performance tests. See throughput_tests.cc.
- // NOTE: Tests may break if this event is renamed or moved.
+ // Accelerated FPS tick for performance tests. See
+ // tab_capture_performancetest.cc. NOTE: Tests may break if this event is
+ // renamed or moved.
UNSHIPPED_TRACE_EVENT_INSTANT0("test_fps", "TestFrameTickGPU",
TRACE_EVENT_SCOPE_THREAD);
// Notify subclasses that we initiated the paint operation.
« no previous file with comments | « chrome/test/perf/rendering/throughput_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698