Searched refs:CPUProfileType (Results 1 – 2 of 2) sorted by relevance
631 WebInspector.CPUProfileType = function() class in WebInspector633 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("Col…640 WebInspector.CPUProfileType.instance = this;644 WebInspector.CPUProfileType.TypeId = "CPU";646 WebInspector.CPUProfileType.prototype = {
412 this._registerProfileType(new WebInspector.CPUProfileType());1117 WebInspector.ProfilesPanel.call(this, "cpu-profiler", new WebInspector.CPUProfileType());