| Index: third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| index 2114d0a901dcd41c108736e022792ce86044b44f..ea1cca81dd4a67f55073c9514171902745b342e7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js
|
| @@ -199,6 +199,7 @@ Profiler.CPUProfileType = class extends Profiler.ProfileType {
|
| profile.updateStatus(Common.UIString('Recording\u2026'));
|
| this._recording = true;
|
| cpuProfilerModel.startRecording();
|
| + Host.userMetrics.actionTaken(Host.UserMetrics.Action.ProfilesCPUProfileTaken);
|
| }
|
|
|
| stopRecordingProfile() {
|
|
|