Home
last modified time | relevance | path

Searched refs:ProfilerAgent (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js139 ProfilerAgent.enable();
145 ProfilerAgent.isEnabled(onProfilerEnebled.bind(this));
243 ProfilerAgent.clearProfiles();
379 ProfilerAgent.removeProfile(profile.typeId, profile.uid);
458 ProfilerAgent.getProfile(profile.typeId, profile.uid);
466 ProfilerAgent.getProfile(profile.typeId, profile.uid);
657 ProfilerAgent.disable();
660 ProfilerAgent.enable();
679 ProfilerAgent.getProfileHeaders(populateCallback.bind(this));
725 ProfilerAgent.takeHeapSnapshot(detailed);
DProfileView.js99 ProfilerAgent.getProfile(this.profile.typeId, this.profile.uid, profileCallback);
598 ProfilerAgent.start();
600 ProfilerAgent.stop();
DHeapSnapshotView.js1013 ProfilerAgent.takeHeapSnapshot(false);
DTimelinePanel.js293 ProfilerAgent.collectGarbage();
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DWebInspectorShims.js40 var ProfilerAgent = { variable
DLeaksViewer.js115 ProfilerAgent.profileReady(profile);
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1610437 * src/js/ProfilerAgent.js: Removed.
10477 * src/js/ProfilerAgent.js:
10478 (devtools.ProfilerAgent.prototype._getNextLogLines.else.delayedRequest):
10479 (devtools.ProfilerAgent.prototype._getNextLogLines):
12481 * src/ProfilerAgent.h: Removed.
12504 * src/js/ProfilerAgent.js:
12505 (devtools.ProfilerAgent):
12506 (devtools.ProfilerAgent.prototype._getNextLogLines.else.delayedRequest):
12507 (devtools.ProfilerAgent.prototype._getNextLogLines):
12508 (devtools.ProfilerAgent.prototype._didGetProfilerLogLines):
[all …]
/external/webkit/Tools/
DChangeLog5393 tell the ProfilerAgent and mark that we're done loading. (Code came from the old
5670 (ProfilerAgent.getProfile): Store the callback.
5671 (ProfilerAgent.profileReady): Call the callback.