Home
last modified time | relevance | path

Searched refs:_profile (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotView.js140 this._profile = profile;
466 if (snapshotObjectId <= this._profile.maxJSObjectId)
474 this._profile.load(profileCallback.bind(this));
484 var profileIndex = list.indexOf(this._profile);
517 …if (this._profile.profileType() !== WebInspector.ProfileTypeRegistry.instance.trackingHeapSnapshot…
526 this._profile.load(profileCallback.bind(this));
532 this._profile._wasShown();
754 return this._profile.profileType().getProfiles();
784 var target = this._profile.target();
846 this._profile.load(didLoadSnapshot.bind(this));
[all …]
DCanvasProfileView.js42 this._profile = profile;
130 return this._profile;
360 this._profile._updateCapturingStatus(traceLog);
DCPUProfileView.js79 …this.profile = new WebInspector.CPUProfileDataModel(profileHeader._profile || profileHeader.protoc…
707 this._profile = JSON.parse(this._jsonifiedProfile);
/external/javasqlite/src/main/java/SQLite/
DDatabase.java628 _profile(pr); in profile()
632 private native void _profile(Profile pr); in _profile() method in Database
/external/clang/include/clang/Driver/
DOptions.td1508 def _profile : Flag<["--"], "profile">, Alias<p>;