/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler_test.cc | 34 void SleepForQuarterSecond(tflite::Profiler* profiler) { in SleepForQuarterSecond() 39 void ChildFunction(tflite::Profiler* profiler) { in ChildFunction() 44 void ParentFunction(tflite::Profiler* profiler) { in ParentFunction() 52 BufferedProfiler profiler(1024); in TEST() local 59 BufferedProfiler profiler(1024); in TEST() local 73 BufferedProfiler profiler(1024); in TEST() local 113 Profiler* profiler = nullptr; in TEST() local 118 BufferedProfiler profiler(1024); in TEST() local 127 NoopProfiler profiler; in TEST() local
|
D | profile_summarizer_test.cc | 109 BufferedProfiler profiler(1024); in TEST() local 131 BufferedProfiler profiler(1024); in TEST() local 175 BufferedProfiler profiler(1024); in TEST_F() local 202 BufferedProfiler profiler(1024); in TEST_F() local
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | profiler.h | 108 : profiler_(profiler), event_handle_(0) { in profiler_() argument 127 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() 134 ScopedDelegateOperatorProfile(Profiler* profiler, const char* tag, in ScopedDelegateOperatorProfile() 143 ScopedRuntimeInstrumentationProfile(Profiler* profiler, const char* tag) in ScopedRuntimeInstrumentationProfile() 171 #define TFLITE_SCOPED_TAGGED_DEFAULT_PROFILE(profiler, tag) \ argument 175 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 179 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 184 profiler, tag, event_metadata1, event_metadata2) \ argument
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | profiler_session.cc | 68 for (auto& profiler : profilers_) { in CollectDataInternal() local 72 for (auto& profiler : profilers_) { in CollectDataInternal() local 130 for (auto& profiler : profilers_) { in ProfilerSession() local 144 for (auto& profiler : profilers_) { in ~ProfilerSession() local
|
D | profiler_factory.cc | 27 namespace profiler { namespace 49 if (auto profiler = factory(options)) { in CreateProfilers() local
|
D | profiler_lock.cc | 23 namespace profiler { namespace
|
/external/armnn/src/armnn/test/ |
D | ProfilerTests.cpp | 22 size_t GetProfilerEventSequenceSize(armnn::Profiler* profiler) in GetProfilerEventSequenceSize() 48 std::unique_ptr<armnn::Profiler> profiler = std::make_unique<armnn::Profiler>(); in RegisterUnregisterProfilerSingleThreadImpl() local 69 std::unique_ptr<armnn::Profiler> profiler = std::make_unique<armnn::Profiler>(); in BOOST_AUTO_TEST_CASE() local 129 std::unique_ptr<armnn::Profiler> profiler = std::make_unique<armnn::Profiler>(); in BOOST_AUTO_TEST_CASE() local 204 std::unique_ptr<armnn::Profiler> profiler = std::make_unique<armnn::Profiler>(); in BOOST_AUTO_TEST_CASE() local 285 std::unique_ptr<armnn::Profiler> profiler = std::make_unique<armnn::Profiler>(); in BOOST_AUTO_TEST_CASE() 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 | NestedProfilerDemo.java | 59 Profiler profiler = new Profiler("DEMO"); in main() local
|
/external/ruy/ruy/profiler/ |
D | README.md | 22 ### How to instrument code 65 ### How to run the profiler
|
/external/tensorflow/tensorflow/core/profiler/rpc/ |
D | profiler_service_impl.cc | 39 namespace profiler { namespace 47 ProfilerSession* profiler, in CollectDataToRepository() 82 std::unique_ptr<ProfilerSession> profiler = in Profile() local
|
D | profiler_server.cc | 29 namespace profiler { namespace
|
/external/tensorflow/tensorflow/lite/delegates/ |
D | telemetry.cc | 30 auto* profiler = reinterpret_cast<Profiler*>(context->profiler); in ReportDelegateSettings() local 41 auto* profiler = reinterpret_cast<Profiler*>(context->profiler); in ReportDelegateStatus() local
|
D | telemetry_test.cc | 100 DelegateProfiler profiler; in TEST() local 112 DelegateProfiler profiler; in TEST() local
|
/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()
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_experimental.cc | 135 void Interpreter::SetProfiler(Profiler* profiler) { in SetProfiler() 143 void Interpreter::SetProfiler(std::unique_ptr<Profiler> profiler) { in SetProfiler()
|
/external/tensorflow/tensorflow/core/profiler/internal/gpu/ |
D | cupti_utils.cc | 24 namespace profiler { namespace
|
D | nvtx_utils.cc | 22 namespace profiler { namespace
|
/external/tensorflow/tensorflow/core/profiler/rpc/oss/ |
D | grpc.cc | 19 namespace profiler { namespace
|
/external/autotest/client/bin/ |
D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
/external/tensorflow/tensorflow/core/profiler/internal/cpu/ |
D | annotation_stack.cc | 23 namespace profiler { namespace
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler_client_test.py | 27 from tensorflow.python.profiler import profiler_v2 as profiler unknown
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | time_utils.cc | 22 namespace profiler { namespace
|