Searched defs:Profiler (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dprofiler.js9 var Profiler = function(jsonData, template) { class
28 Profiler.prototype.addListener = function(event, callback) {
38 Profiler.prototype.emit = function(event) {
51 Profiler.prototype.removeListener = function(event, callback) {
59 Profiler.prototype.reparse = function() {
68 Profiler.prototype.getTemplate = function() {
76 Profiler.prototype.getRunId = function() {
86 Profiler.prototype.setSelected = function(id, pos) {
96 Profiler.prototype.getModelsbyId = function(id) {
122 Profiler
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A D__init__.py9 class Profiler(object): class in inherits:object
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dservices.py15 class Profiler(ndb.Model): class in inherits:ndb.Model
16 """Profiler entity to store json data. Use run_id as its key.
28 """Create Profiler entity in database of uploaded file. Return run_id."""
34 prof_key = ndb.Key('Profiler', run_id)
37 profiler = Profiler(id=run_id, blob_key=blob_info.key())
44 """Get Profiler entity from database of given run_id."""
46 profiler = ndb.Key('Profiler', run_id).get()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dprofiler.py65 class Profiler(object): class in inherits:object
86 class SingleFileOutputProfiler(Profiler):
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb57 options[ :debug_listener ] ||= Profiler.new( self )
186 =begin rdoc ANTLR3::Profile::Profiler
191 Profiler is an event-listener that performs all of the profiling accounting and
195 class Profiler class in class:ANTLR3.Profile
206 # (maxLookaheadInCurrentDecision in java Profiler)
210 # (lastTokenConsumed in java Profiler)
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.h59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev)
64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
67 #define PROFILE_START(msg) rtc::Profiler::Instance()->StartEvent(msg)
68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg)
115 // macros, defined above, rather than directly calling Profiler methods.
116 class Profiler { class in namespace:rtc
128 static Profiler* Instance();
130 Profiler() {} function in class:rtc::Profiler
136 DISALLOW_COPY_AND_ASSIGN(Profiler);
145 Profiler
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/layers/
H A DLayersPanel.js70 this._tabbedPane.appendTab(WebInspector.LayersPanel.DetailsViewTabs.Profiler, WebInspector.UIString("Profiler"), this._paintProfilerView);
75 Profiler: "profiler"
185 this._tabbedPane.selectTab(WebInspector.LayersPanel.DetailsViewTabs.Profiler);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs51 public class Profiler : BlankDebugEventListener { class in namespace:Antlr.Runtime.Debug
92 public Profiler() { method in class:Antlr.Runtime.Debug.Profiler
95 public Profiler(DebugParser parser) { method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs50 public class Profiler : BlankDebugEventListener class in namespace:Antlr.Runtime.Debug
92 public Profiler() method in class:Antlr.Runtime.Debug.Profiler
96 public Profiler(DebugParser parser) method in class:Antlr.Runtime.Debug.Profiler
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java38 public class Profiler extends BlankDebugEventListener { class in inherits:BlankDebugEventListener
148 public Profiler() { method in class:Profiler
151 public Profiler(DebugParser parser) { method in class:Profiler
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp292 : FunctionPass(ID), Profiler(), Filename(Name), ProfileIsValid(false) {
298 void dump() { Profiler->dump(); }
313 std::unique_ptr<SampleModuleProfile> Profiler; member in class:__anon26332::SampleProfileLoader
1078 Profiler.reset(new SampleModuleProfile(M, Filename));
1079 ProfileIsValid = Profiler->loadText();
1097 SampleFunctionProfile &FunctionProfile = Profiler->getProfile(F);
/external/clang/lib/AST/
H A DStmtProfile.cpp260 StmtProfiler *Profiler; member in class:__anon17752::OMPClauseProfiler
265 OMPClauseProfiler(StmtProfiler *P) : Profiler(P) { }
273 Profiler->VisitStmt(C->getCondition());
278 Profiler->VisitStmt(C->getNumThreads());
283 Profiler->VisitStmt(C->getSafelen());
288 Profiler->VisitStmt(C->getNumForLoops());
297 Profiler->VisitStmt(C->getChunkSize());
307 Profiler->VisitStmt(I);
326 Profiler->VisitNestedNameSpecifier(
328 Profiler
[all...]
/external/chromium_org/v8/src/
H A Dlog.cc592 // The Profiler samples pc and sp values for the main thread.
597 class Profiler: public base::Thread { class in namespace:v8::internal
599 explicit Profiler(Isolate* isolate);
675 void SetProfiler(Profiler* profiler) {
689 Profiler* profiler_;
694 // Profiler implementation.
696 Profiler::Profiler(Isolate* isolate) function in class:v8::internal::Profiler
697 : base::Thread(Options("v8:Profiler")),
708 void Profiler
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3175 milliseconds