Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/js/
DProfilerAgent.js38 devtools.ProfilerAgent = function() class in devtools
47 this._activeProfilerModules = devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_NONE;
85 devtools.ProfilerAgent.ProfilerModules = {
97 devtools.ProfilerAgent.prototype.setupProfilerProcessorCallbacks = function()
134 devtools.ProfilerAgent.prototype.initializeProfiling = function()
147 devtools.ProfilerAgent.prototype._getNextLogLines = function(immediately)
163 devtools.ProfilerAgent.prototype.startProfiling = function(modules)
170 if (modules & devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_HEAP_SNAPSHOT) {
180 devtools.ProfilerAgent.prototype.stopProfiling = function(modules)
194 devtools.ProfilerAgent.prototype._didGetActiveProfilerModules = function(modules)
[all …]
DInspectorControllerImpl.js192 …devtools.tools.getProfilerAgent().startProfiling(devtools.ProfilerAgent.ProfilerModules.PROFILER_M…
201 …devtools.tools.getProfilerAgent().stopProfiling( devtools.ProfilerAgent.ProfilerModules.PROFILER_M…
240 …devtools.tools.getProfilerAgent().startProfiling(devtools.ProfilerAgent.ProfilerModules.PROFILER_M…
241 | devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_HEAP_STATS
242 | devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_JS_CONSTRUCTORS);
DDevToolsHostStub.js101 this.activeProfilerModules_ = devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_NONE;
123 var profModules = devtools.ProfilerAgent.ProfilerModules;
157 var profModules = devtools.ProfilerAgent.ProfilerModules;
DDevTools.js67 this.profilerAgent_ = new devtools.ProfilerAgent();
/external/webkit/WebKit/chromium/src/
DProfilerAgentImpl.h38 class ProfilerAgentImpl : public ProfilerAgent {
DProfilerAgent.h48 DEFINE_RPC_CLASS(ProfilerAgent, PROFILER_AGENT_STRUCT)
DWebDevToolsFrontendImpl.cpp80 DEFINE_RPC_JS_BOUND_OBJ(ProfilerAgent, PROFILER_AGENT_STRUCT, ProfilerAgentDelegate, PROFILER_AGENT… in DEFINE_RPC_JS_BOUND_OBJ()
/external/webkit/WebKit/chromium/
DWebKit.gypi38 'src/js/ProfilerAgent.js',
DChangeLog44 * src/js/ProfilerAgent.js:
45 (devtools.ProfilerAgent):
46 (devtools.ProfilerAgent.prototype.initializeProfiling):
47 (devtools.ProfilerAgent.prototype._getNextLogLines):
48 (devtools.ProfilerAgent.prototype.startProfiling):
49 (devtools.ProfilerAgent.prototype._didGetActiveProfilerModules):
50 (devtools.ProfilerAgent.prototype._didGetLogLines):
136 * src/js/ProfilerAgent.js:
137 (devtools.ProfilerAgent.prototype.startProfiling):
138 (devtools.ProfilerAgent.prototype.stopProfiling):
[all …]
DWebKit.gyp250 'src/ProfilerAgent.h',