/external/swiftshader/src/Main/ |
D | Config.hpp | 44 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 …]
|
D | Config.cpp | 24 Profiler::Profiler() in Profiler() function in sw::Profiler
|
/external/rust/crates/criterion/src/ |
D | profiler.rs | 9 pub trait Profiler { interface
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler.h | 26 using Profiler = BufferedProfiler; variable
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | Profiler.java | 50 public class Profiler implements TimeInstrument { class 67 public Profiler(String name) { in Profiler() method in Profiler
|
/external/tensorflow/tensorflow/cc/profiler/ |
D | profiler.cc | 20 Profiler::Profiler(const GraphDef& graph) { in Profiler() function in tensorflow::tfprof::Profiler
|
/external/tensorflow/tensorflow/python/eager/ |
D | profiler.py | 176 class Profiler(object): class
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 50 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/ |
D | Profiler.cs | 51 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/ |
D | Profiler.java | 38 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/ |
D | MemProfiler.cpp | 212 MemProfiler Profiler(*F.getParent()); in runOnFunction() local 254 MemProfiler Profiler(M); in run() local 266 ModuleMemProfiler Profiler(M); in run() local
|
D | GCOVProfiling.cpp | 201 GCOVProfiler Profiler; member in __anon492488a10211::GCOVProfilerLegacyPass 627 GCOVProfiler Profiler(GCOVOpts); in run() local
|
/external/tensorflow/tensorflow/python/profiler/ |
D | model_analyzer.py | 126 class Profiler(object): class
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 82 static Mutex* Profiler() { in Profiler() function
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | profile.rb | 195 class Profiler class
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 149 GCOVProfiler Profiler; member in __anon18a99b330111::GCOVProfilerLegacyPass 466 GCOVProfiler Profiler(GCOVOpts); in run() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 163 GCOVProfiler Profiler; member in __anonef91c0150111::GCOVProfilerLegacyPass 581 GCOVProfiler Profiler(GCOVOpts); in run() local
|
/external/llvm-project/clang/lib/AST/ |
D | StmtProfile.cpp | 410 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/ |
D | RELEASE.md | 1207 ### Profiler subsection
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 262 StmtProfiler *Profiler; member in __anonecc437530211::OMPClauseProfiler 1755 StmtProfiler Profiler(ID, Context, Canonical); in Profile() local
|
/external/autotest/frontend/afe/ |
D | models.py | 1100 class Profiler(dbmodels.Model, model_logic.ModelExtensions): class
|