summaryrefslogtreecommitdiffstats
path: root/cc/debug/benchmark_instrumentation.h
diff options
context:
space:
mode:
authorhendrikw <hendrikw@chromium.org>2014-11-07 17:59:28 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-08 01:59:47 +0000
commit3f7c234021771a4bca46be9ce72911e070ad8c06 (patch)
tree2757a3f554e5151ca8a9e989a5cb531a7a2a9a3d /cc/debug/benchmark_instrumentation.h
parent3e6a49919147bf1ad31cb513f393090af7dfa145 (diff)
downloadchromium_src-3f7c234021771a4bca46be9ce72911e070ad8c06.zip
chromium_src-3f7c234021771a4bca46be9ce72911e070ad8c06.tar.gz
chromium_src-3f7c234021771a4bca46be9ce72911e070ad8c06.tar.bz2
cc: Remove main thread rendering stats
Removed the main thread rendering stats + plumbing and merged the impl-side stats into RenderingStats. BUG= Review URL: https://codereview.chromium.org/707963003 Cr-Commit-Position: refs/heads/master@{#303349}
Diffstat (limited to 'cc/debug/benchmark_instrumentation.h')
-rw-r--r--cc/debug/benchmark_instrumentation.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cc/debug/benchmark_instrumentation.h b/cc/debug/benchmark_instrumentation.h
index bd524b9..944ac66 100644
--- a/cc/debug/benchmark_instrumentation.h
+++ b/cc/debug/benchmark_instrumentation.h
@@ -42,10 +42,7 @@ class ScopedBeginFrameTask {
DISALLOW_COPY_AND_ASSIGN(ScopedBeginFrameTask);
};
-void IssueMainThreadRenderingStatsEvent(
- const RenderingStats::MainThreadRenderingStats& stats);
-void IssueImplThreadRenderingStatsEvent(
- const RenderingStats::ImplThreadRenderingStats& stats);
+void IssueImplThreadRenderingStatsEvent(const RenderingStats& stats);
void CC_EXPORT IssueDisplayRenderingStatsEvent();
} // namespace benchmark_instrumentation