Home
last modified time | relevance | path

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

/external/swiftshader/src/Main/
DConfig.hpp44 struct Profiler struct
51 int framesSec;
52 int framesTotal;
53 double FPS;
56 double cycles[PERF_TIMERS];
58 int64_t ropOperations;
59 int64_t ropOperationsTotal;
60 int64_t ropOperationsFrame;
62 int64_t texOperations;
63 int64_t texOperationsTotal;
[all …]
DConfig.cpp24 Profiler::Profiler() in Profiler() function in sw::Profiler
/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/tensorflow/tensorflow/cc/profiler/
Dprofiler.cc20 Profiler::Profiler(const GraphDef& graph) { in Profiler() function in tensorflow::tfprof::Profiler
/external/tensorflow/tensorflow/python/eager/
Dprofiler.py176 class Profiler(object): class
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs50 public class Profiler : BlankDebugEventListener class
92 public Profiler() in Profiler() method in Antlr.Runtime.Debug.Profiler
96 public Profiler(DebugParser parser) in Profiler() method in Antlr.Runtime.Debug.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/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/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp212 MemProfiler Profiler(*F.getParent()); in runOnFunction() local
254 MemProfiler Profiler(M); in run() local
266 ModuleMemProfiler Profiler(M); in run() local
DGCOVProfiling.cpp201 GCOVProfiler Profiler; member in __anon492488a10211::GCOVProfilerLegacyPass
627 GCOVProfiler Profiler(GCOVOpts); in run() local
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer.py126 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 __anon18a99b330111::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 __anonef91c0150111::GCOVProfilerLegacyPass
581 GCOVProfiler Profiler(GCOVOpts); in run() local
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp410 StmtProfiler *Profiler; member in __anon83127ac10211::OMPClauseProfiler
2221 StmtProfilerWithPointers Profiler(ID, Context, Canonical); in Profile() local
2227 StmtProfilerWithoutPointers Profiler(ID, Hash); in ProcessODRHash() local
/external/tensorflow/
DRELEASE.md1207 ### Profiler subsection
/external/clang/lib/AST/
DStmtProfile.cpp262 StmtProfiler *Profiler; member in __anonecc437530211::OMPClauseProfiler
1755 StmtProfiler Profiler(ID, Context, Canonical); in Profile() local
/external/autotest/frontend/afe/
Dmodels.py1100 class Profiler(dbmodels.Model, model_logic.ModelExtensions): class