Searched refs:ProfilerAgent (Results 1 – 10 of 10) sorted by relevance
38 devtools.ProfilerAgent = function() class in devtools47 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 …]
192 …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_STATS242 | devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_JS_CONSTRUCTORS);
101 this.activeProfilerModules_ = devtools.ProfilerAgent.ProfilerModules.PROFILER_MODULE_NONE;123 var profModules = devtools.ProfilerAgent.ProfilerModules;157 var profModules = devtools.ProfilerAgent.ProfilerModules;
67 this.profilerAgent_ = new devtools.ProfilerAgent();
38 class ProfilerAgentImpl : public ProfilerAgent {
48 DEFINE_RPC_CLASS(ProfilerAgent, PROFILER_AGENT_STRUCT)
80 DEFINE_RPC_JS_BOUND_OBJ(ProfilerAgent, PROFILER_AGENT_STRUCT, ProfilerAgentDelegate, PROFILER_AGENT… in DEFINE_RPC_JS_BOUND_OBJ()
38 'src/js/ProfilerAgent.js',
44 * 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 …]
250 'src/ProfilerAgent.h',