Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DConfig.hpp46 struct Profiler struct
53 int framesSec;
54 int framesTotal;
55 double FPS;
58 double cycles[PERF_TIMERS];
60 int64_t ropOperations;
61 int64_t ropOperationsTotal;
62 int64_t ropOperationsFrame;
64 int64_t texOperations;
65 int64_t texOperationsTotal;
[all …]
DConfig.cpp24 Profiler::Profiler() in Profiler() function in sw::Profiler
/external/swiftshader/src/Main/
DConfig.hpp46 struct Profiler struct
53 int framesSec;
54 int framesTotal;
55 double FPS;
58 double cycles[PERF_TIMERS];
60 int64_t ropOperations;
61 int64_t ropOperationsTotal;
62 int64_t ropOperationsFrame;
64 int64_t texOperations;
65 int64_t texOperationsTotal;
[all …]
DConfig.cpp24 Profiler::Profiler() in Profiler() function in sw::Profiler
/external/tensorflow/tensorflow/lite/profiling/
Dprofiler.h80 Profiler() : buffer_(1024, false) {} in Profiler() function
168 Profiler() {} in Profiler() function
/external/tensorflow/tensorflow/cc/profiler/
Dprofiler.cc20 Profiler::Profiler(const GraphDef& graph) { in Profiler() function in tensorflow::tfprof::Profiler
/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/python/eager/
Dprofiler.py171 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/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer.py126 class Profiler(object): class
/external/webrtc/webrtc/base/
Dprofiler.cc96 Profiler::Profiler() { in Profiler() function in rtc::Profiler
/external/v8/src/
Dlog.h74 class Profiler; variable
355 friend class Profiler; variable
Dlog.cc777 class Profiler: public base::Thread { class
887 Profiler::Profiler(Isolate* isolate) in Profiler() function in v8::internal::Profiler
/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 __anonb1728d150111::GCOVProfilerLegacyPass
466 GCOVProfiler Profiler(GCOVOpts); in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp161 GCOVProfiler Profiler; member in __anon01e9806d0111::GCOVProfilerLegacyPass
492 GCOVProfiler Profiler(GCOVOpts); in run() local
/external/clang/lib/AST/
DStmtProfile.cpp262 StmtProfiler *Profiler; member in __anon5ea2e3350211::OMPClauseProfiler
1755 StmtProfiler Profiler(ID, Context, Canonical); in Profile() local
/external/autotest/frontend/afe/
Dmodels.py1096 class Profiler(dbmodels.Model, model_logic.ModelExtensions): class