Home
last modified time | relevance | path

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

1234567

/external/tensorflow/tensorflow/lite/profiling/
Dprofiler_test.cc34 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
Dprofile_summarizer_test.cc109 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/
Dprofiler.h108 : 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/
Dprofiler_session.cc68 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
Dprofiler_factory.cc27 namespace profiler { namespace
49 if (auto profiler = factory(options)) { in CreateProfilers() local
Dprofiler_lock.cc23 namespace profiler { namespace
/external/armnn/src/armnn/test/
DProfilerTests.cpp22 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/
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
DNestedProfilerDemo.java59 Profiler profiler = new Profiler("DEMO"); in main() local
/external/ruy/ruy/profiler/
DREADME.md22 ### How to instrument code
65 ### How to run the profiler
/external/tensorflow/tensorflow/core/profiler/rpc/
Dprofiler_service_impl.cc39 namespace profiler { namespace
47 ProfilerSession* profiler, in CollectDataToRepository()
82 std::unique_ptr<ProfilerSession> profiler = in Profile() local
Dprofiler_server.cc29 namespace profiler { namespace
/external/tensorflow/tensorflow/lite/delegates/
Dtelemetry.cc30 auto* profiler = reinterpret_cast<Profiler*>(context->profiler); in ReportDelegateSettings() local
41 auto* profiler = reinterpret_cast<Profiler*>(context->profiler); in ReportDelegateStatus() local
Dtelemetry_test.cc100 DelegateProfiler profiler; in TEST() local
112 DelegateProfiler profiler; in TEST() local
/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()
/external/tensorflow/tensorflow/lite/
Dinterpreter_experimental.cc135 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/
Dcupti_utils.cc24 namespace profiler { namespace
Dnvtx_utils.cc22 namespace profiler { namespace
/external/tensorflow/tensorflow/core/profiler/rpc/oss/
Dgrpc.cc19 namespace profiler { namespace
/external/autotest/client/bin/
Dprofilers.py8 def load_profiler(self, profiler, args, dargs): argument
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dannotation_stack.cc23 namespace profiler { namespace
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_client_test.py27 from tensorflow.python.profiler import profiler_v2 as profiler unknown
/external/tensorflow/tensorflow/core/profiler/utils/
Dtime_utils.cc22 namespace profiler { namespace

1234567