summaryrefslogtreecommitdiffstats
path: root/cc/debug
diff options
context:
space:
mode:
Diffstat (limited to 'cc/debug')
-rw-r--r--cc/debug/benchmark_instrumentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/debug/benchmark_instrumentation.h b/cc/debug/benchmark_instrumentation.h
index 944ac66..99cfa21 100644
--- a/cc/debug/benchmark_instrumentation.h
+++ b/cc/debug/benchmark_instrumentation.h
@@ -20,6 +20,8 @@ const char kCategory[] = "cc,benchmark";
const char kBeginFrameId[] = "begin_frame_id";
} // namespace internal
+// TODO(khushalsagar): Fix these names for the telemetry benchmarks.
+// See crbug/567993.
const char kSendBeginFrame[] = "ThreadProxy::ScheduledActionSendBeginMainFrame";
const char kDoBeginFrame[] = "ThreadProxy::BeginMainFrame";