Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 25 of 82) sorted by relevance

1234

/external/tensorflow/tensorflow/lite/profiling/
Dprofiler_test.cc34 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
Dprofiler.h107 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
Dprofile_summarizer_test.cc106 Profiler profiler; in TEST() local
127 Profiler profiler; in TEST() local
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DProfilerRegistry.java41 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/
DProfilerTest.java41 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
DBasicProfilerDemo.java57 Profiler profiler = new Profiler("BASIC"); in main() local
DNestedProfilerDemo.java59 Profiler profiler = new Profiler("DEMO"); in main() local
DNestedProfilerDemo2.java44 Profiler profiler = new Profiler("DEMO"); in main() local
/external/tensorflow/tensorflow/core/profiler/lib/
Dprofiler_session.cc133 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
Dtraceme.cc19 namespace profiler { namespace
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmemset_thunk.cc26 HloExecutionProfiler* profiler) { in ExecuteOnStream()
35 HloExecutionProfiler* profiler) { in ExecuteOnStream()
Dcopy_thunk.cc35 HloExecutionProfiler* profiler) { in ExecuteOnStream()
54 HloExecutionProfiler* profiler) { in ExecuteOnStream()
Dcudnn_batchnorm_thunk.cc103 HloExecutionProfiler* profiler) { in ExecuteOnStream()
165 HloExecutionProfiler* profiler) { in ExecuteOnStream()
249 HloExecutionProfiler* profiler) { in ExecuteOnStream()
Dtuple_thunk.cc27 HloExecutionProfiler* profiler) { in ExecuteOnStream()
Dfor_thunk.cc45 HloExecutionProfiler* profiler) { in ExecuteOnStream()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc33 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/
Dprofiler_manager.py23 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/
DProfilers.cs36 public static void SetForCurrentThread(IProfiler profiler) in SetForCurrentThread()
41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope()
DProfilerScope.cs30 readonly IProfiler profiler; field
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc97 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/
Dprofilers.py8 def load_profiler(self, profiler, args, dargs): argument
/external/swiftshader/src/Main/
DConfig.cpp22 Profiler profiler; variable
/external/swiftshader/src/Device/
DConfig.cpp22 Profiler profiler; variable
/external/autotest/client/tests/profiler_test/
Dprofiler_test.py10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): argument
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dtracer.cc19 namespace profiler { namespace

1234