Home
last modified time | relevance | path

Searched refs:CPUProfileType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCPUProfileView.js631 WebInspector.CPUProfileType = function() class in WebInspector
633 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Col…
640 WebInspector.CPUProfileType.instance = this;
644 WebInspector.CPUProfileType.TypeId = "CPU";
646 WebInspector.CPUProfileType.prototype = {
DProfilesPanel.js412 this._registerProfileType(new WebInspector.CPUProfileType());
1117 WebInspector.ProfilesPanel.call(this, "cpu-profiler", new WebInspector.CPUProfileType());