Home
last modified time | relevance | path

Searched defs:Profiler (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/criterion/src/
Dprofiler.rs9 pub trait Profiler { interface
/external/tensorflow/tensorflow/lite/profiling/
Dprofiler.h26 using Profiler = BufferedProfiler; variable
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfiler.java50 public class Profiler implements TimeInstrument { class
67 public Profiler(String name) { in Profiler() method in Profiler
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs51 public class Profiler : BlankDebugEventListener { class
92 public Profiler() { in Profiler() method in Antlr.Runtime.Debug.Profiler
95 public Profiler(DebugParser parser) { in Profiler() method in Antlr.Runtime.Debug.Profiler
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py175 class Profiler(object): class
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java38 public class Profiler extends BlankDebugEventListener { class
148 public Profiler() { in Profiler() method in Profiler
151 public Profiler(DebugParser parser) { in Profiler() method in Profiler
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer.py124 class Profiler(object): class
/external/gemmlowp/profiling/
Dinstrumentation.h82 static Mutex* Profiler() { in Profiler() function
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb195 class Profiler class
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp149 GCOVProfiler Profiler; member in __anon7fe0a9510111::GCOVProfilerLegacyPass
466 GCOVProfiler Profiler(GCOVOpts); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp163 GCOVProfiler Profiler; member in __anon8223c5b30111::GCOVProfilerLegacyPass
581 GCOVProfiler Profiler(GCOVOpts); in run() local
/external/clang/lib/AST/
DStmtProfile.cpp262 StmtProfiler *Profiler; member in __anon7ae58b710211::OMPClauseProfiler
1755 StmtProfiler Profiler(ID, Context, Canonical); in Profile() local
/external/tensorflow/
DRELEASE.md5561 ### Profiler subsection
/external/autotest/frontend/afe/
Dmodels.py1101 class Profiler(dbmodels.Model, model_logic.ModelExtensions): class