Home | History | Annotate | Download | only in js

Lines Matching refs:profile

99     // A temporary icon indicating that the profile is being processed.
101 "profile-sidebar-tree-item",
116 function onProfileProcessingFinished(profile) {
118 profile.typeId = WebInspector.CPUProfileType.TypeId;
119 InspectorBackend.addFullProfile(profile);
120 WebInspector.addProfileHeader(profile);
121 // If no profile is currently shown, show the new one.
124 profilesPanel.showProfile(profile);
165 var cmd = new devtools.DebugCommand("profile", {
182 var cmd = new devtools.DebugCommand("profile", {