/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler_test.cc | 34 void SleepForQuarterSecond(Profiler* profiler) { in SleepForQuarterSecond() 39 void ChildFunction(Profiler* profiler) { in ChildFunction() 44 void ParentFunction(Profiler* profiler) { in ParentFunction() 52 Profiler profiler; in TEST() local 59 Profiler profiler; in TEST() local 99 Profiler* profiler = nullptr; in TEST() local 104 Profiler profiler; in TEST() local
|
D | profiler.h | 107 ScopedProfile(Profiler* profiler, const char* tag) in ScopedProfile() 131 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() 156 #define SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 159 #define SCOPED_OPERATOR_PROFILE(profiler, node_index) \ argument 177 #define SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) argument 178 #define SCOPED_OPERATOR_PROFILE(profiler, node_index) argument
|
D | profile_summarizer_test.cc | 106 Profiler profiler; in TEST() local 127 Profiler profiler; in TEST() local
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | ProfilerRegistry.java | 41 public void put(Profiler profiler) { in put() 42 put(profiler.getName(), profiler); in put() local 45 public void put(String name, Profiler profiler) { in put()
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 41 Profiler profiler = new Profiler("SMOKE"); in testSmoke() local 53 Profiler profiler = new Profiler("BAS"); in testBasicProfiling() local 85 Profiler profiler = new Profiler("BAS"); in testNestedProfiling() local
|
D | BasicProfilerDemo.java | 57 Profiler profiler = new Profiler("BASIC"); in main() local
|
D | NestedProfilerDemo.java | 59 Profiler profiler = new Profiler("DEMO"); in main() local
|
D | NestedProfilerDemo2.java | 44 Profiler profiler = new Profiler("DEMO"); in main() local
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | profiler_session.cc | 133 for (auto& profiler : profilers_) { in SerializeToString() local 137 for (auto& profiler : profilers_) { in SerializeToString() local 174 for (auto& profiler : profilers_) { in ProfilerSession() local 180 for (auto& profiler : profilers_) { in ~ProfilerSession() local
|
D | traceme.cc | 19 namespace profiler { namespace
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | memset_thunk.cc | 26 HloExecutionProfiler* profiler) { in ExecuteOnStream() 35 HloExecutionProfiler* profiler) { in ExecuteOnStream()
|
D | copy_thunk.cc | 35 HloExecutionProfiler* profiler) { in ExecuteOnStream() 54 HloExecutionProfiler* profiler) { in ExecuteOnStream()
|
D | cudnn_batchnorm_thunk.cc | 103 HloExecutionProfiler* profiler) { in ExecuteOnStream() 165 HloExecutionProfiler* profiler) { in ExecuteOnStream() 249 HloExecutionProfiler* profiler) { in ExecuteOnStream()
|
D | tuple_thunk.cc | 27 HloExecutionProfiler* profiler) { in ExecuteOnStream()
|
D | for_thunk.cc | 45 HloExecutionProfiler* profiler) { in ExecuteOnStream()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental.cc | 33 bool TFE_ProfilerIsOk(TFE_Profiler* profiler) { in TFE_ProfilerIsOk() 37 void TFE_DeleteProfiler(TFE_Profiler* profiler) { delete profiler; } in TFE_DeleteProfiler() 39 void TFE_ProfilerSerializeToString(TFE_Context* ctx, TFE_Profiler* profiler, in TFE_ProfilerSerializeToString()
|
/external/autotest/client/common_lib/ |
D | profiler_manager.py | 23 def load_profiler(self, profiler, args, dargs): argument 30 def add(self, profiler, *args, **dargs): argument 36 def delete(self, profiler): argument
|
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/ |
D | Profilers.cs | 36 public static void SetForCurrentThread(IProfiler profiler) in SetForCurrentThread() 41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope()
|
D | ProfilerScope.cs | 30 readonly IProfiler profiler; field
|
/external/v8/src/inspector/ |
D | v8-heap-profiler-agent-impl.cc | 97 v8::HeapProfiler* profiler = isolate->GetHeapProfiler(); in objectByHeapObjectId() local 207 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in disable() local 216 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in takeHeapSnapshot() local 321 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in startSampling() local 378 v8::HeapProfiler* profiler = m_isolate->GetHeapProfiler(); in getSamplingProfile() local
|
/external/autotest/client/bin/ |
D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
/external/swiftshader/src/Main/ |
D | Config.cpp | 22 Profiler profiler; variable
|
/external/swiftshader/src/Device/ |
D | Config.cpp | 22 Profiler profiler; variable
|
/external/autotest/client/tests/profiler_test/ |
D | profiler_test.py | 10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | tracer.cc | 19 namespace profiler { namespace
|